Skip to content

Commit 385f0ca

Browse files
authored
Update constant primitive value with CLS Compliant value
Signed-off-by: Xen <lordofxen@deskasoft.com>
1 parent e57688c commit 385f0ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

HashifyNet.UnitTests/Algorithms/Jenkins/JenkinsLookup2_Implementation_Tests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ protected override IJenkinsLookup2 CreateHashFunction(int hashSize) =>
112112
new JenkinsLookup2_Implementation(
113113
new JenkinsLookup2Config()
114114
{
115-
Seed = 0x7da236b9U
115+
Seed = 0x7da236b9
116116
});
117117
}
118118
}
119-
}
119+
}

0 commit comments

Comments
 (0)