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 6287e57 commit 9eefe13Copy full SHA for 9eefe13
HashifyNet.UnitTests/Algorithms/XxHash/XxHash_Implementation_Tests.cs
@@ -46,7 +46,7 @@ public void XxHash_Implementation_Constructor_ValidInputs_Works()
46
.Returns(32);
47
48
xxHashConfigMock.SetupGet(xhc => xhc.Seed)
49
- .Returns(0UL);
+ .Returns(0L);
50
51
xxHashConfigMock.Setup(xhc => xhc.Clone())
52
.Returns(() => xxHashConfigMock.Object);
@@ -276,3 +276,4 @@ protected override IXxHash CreateHashFunction(int hashSize) =>
276
277
}
278
279
+
0 commit comments