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 385f0ca commit 0fd857cCopy full SHA for 0fd857c
1 file changed
HashifyNet.UnitTests/Algorithms/Jenkins/JenkinsLookup3_Implementation_Tests.cs
@@ -240,8 +240,8 @@ protected override IJenkinsLookup3 CreateHashFunction(int hashSize) =>
240
new JenkinsLookup3Config()
241
{
242
HashSizeInBits = hashSize,
243
- Seed = 0x7da236b9U,
244
- Seed2 = 0x87930b75U
+ Seed = 0x7da236b9,
+ Seed2 = unchecked((int)0x87930b75)
245
});
246
}
247
@@ -257,9 +257,9 @@ protected override IJenkinsLookup3 CreateHashFunction(int hashSize) =>
257
new JenkinsLookup3_Implementation(
258
259
260
261
262
263
264
265
-}
+}
0 commit comments