Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
LolaLollipop committed Jan 9, 2024
1 parent 873dcf4 commit 6080eaa
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions RueITests/TestExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,5 @@ namespace RueITest;
[TestClass]
public class TestExtensions
{
[TestMethod]
public void TestMax()
{
int maxOne = Math.Max(5, 3);
int maxTwo = 5.Max(3);
Assert.AreEqual(maxOne, maxTwo);
}
}
///"\"hello world - - - again\""

0 comments on commit 6080eaa

Please sign in to comment.