Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
unlabiri committed Nov 9, 2024
1 parent 41024ae commit 9e75072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/UnitTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public void Power_Valid()
{
Assert.AreEqual(1, Program.Power("1", "2"));
Assert.AreEqual(9, Program.Power("3", "2"));
Assert.AreEqual(78125, Program.Power("5", "7"));
Assert.AreEqual(8, Program.Power("2", "3"));
}

[Test]
Expand Down

0 comments on commit 9e75072

Please sign in to comment.