Skip to content

Commit 22544d6

Browse files
committed
unit compareto test removed (no longer needed)
1 parent c36a1b8 commit 22544d6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/Danom.Tests/UnitTests.cs

-6
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ public void GetHashCodeShouldBeZero()
2222
Assert.Equal(0, Unit.Value.GetHashCode());
2323
}
2424

25-
[Fact]
26-
public void CompareToShouldBeZero()
27-
{
28-
Assert.Equal(0, Unit.Value.CompareTo(Unit.Value));
29-
}
30-
3125
[Fact]
3226
public void EqualityOperatorShouldWork()
3327
{

0 commit comments

Comments
 (0)