Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
nan01ab committed Nov 5, 2024
1 parent 00ab44d commit 0ed3f5d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Neo.UnitTests/Cryptography/UT_Cryptography_Helper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ public void TestXxHash3()
{
byte[] data = Encoding.ASCII.GetBytes(string.Concat(Enumerable.Repeat("Hello, World!^_^", 16 * 1024)));
data.XxHash3_32().Should().Be(HashCode.Combine(XxHash3.HashToUInt64(data, 40343)));
XxHash32.HashToUInt32(data).Should().Be(682967318u);
data.Murmur32(0).Should().Be(3731881930u);
}

[TestMethod]
Expand Down

0 comments on commit 0ed3f5d

Please sign in to comment.