Skip to content

Commit

Permalink
unit compareto test removed (no longer needed)
Browse files Browse the repository at this point in the history
  • Loading branch information
pimbrouwers committed Aug 26, 2024
1 parent c36a1b8 commit 22544d6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/Danom.Tests/UnitTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ public void GetHashCodeShouldBeZero()
Assert.Equal(0, Unit.Value.GetHashCode());
}

[Fact]
public void CompareToShouldBeZero()
{
Assert.Equal(0, Unit.Value.CompareTo(Unit.Value));
}

[Fact]
public void EqualityOperatorShouldWork()
{
Expand Down

0 comments on commit 22544d6

Please sign in to comment.