We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a10ebe commit c8d97d2Copy full SHA for c8d97d2
HashifyNet.UnitTests/Algorithms/MetroHash/MetroHashConfig_Tests.cs
@@ -38,7 +38,7 @@ public void MetroHashConfig_Defaults_HaventChanged()
38
{
39
var metroHashConfig = new MetroHashConfig();
40
41
- Assert.Equal(0UL, metroHashConfig.Seed);
+ Assert.Equal(0L, metroHashConfig.Seed);
42
}
43
44
[Fact]
@@ -56,4 +56,4 @@ public void MetroHashConfig_Clone_Works()
56
Assert.Equal(metroHashConfig.Seed, metroHashConfigClone.Seed);
57
58
59
-}
+}
0 commit comments