File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ public void Equals_WithVeryCloseQuantityInSameUnit_ReturnsFalse()
48
48
}
49
49
50
50
[ Fact ]
51
- public void GetHasCode_WithSameQuantityInAnotherUnit_ReturnsSameValue ( )
51
+ public void GetHashCode_WithSameQuantityInAnotherUnit_ReturnsSameValue ( )
52
52
{
53
53
var firstMass = Mass . FromGrams ( 0.001 ) ;
54
54
var secondMass = firstMass . ToUnit ( MassUnit . Microgram ) ;
@@ -57,7 +57,7 @@ public void GetHasCode_WithSameQuantityInAnotherUnit_ReturnsSameValue()
57
57
}
58
58
59
59
[ Fact ]
60
- public void GetHasCode_WithVeryCloseQuantities_ReturnsSameValue ( )
60
+ public void GetHashCode_WithVeryCloseQuantities_ReturnsSameValue ( )
61
61
{
62
62
var firstMass = Mass . FromGrams ( 0 ) ;
63
63
var secondMass = Mass . FromGrams ( double . Epsilon ) ;
You can’t perform that action at this time.
0 commit comments