Skip to content

Commit

Permalink
yeah they do
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Oct 2, 2024
1 parent f4132a6 commit 68293f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CrcTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public void TestCrc64NVMEZeroesIterated()
for (int i = 0; i < 32; i++) {
res = Crc.crc64nvme(new byte[1], res);
}
ulong expected = 0xCF3473434D4ECF3A;
ulong expected = 0xCF3473434D4ECF3B;
Assert.Equal(expected, res);
}
}
Expand Down

0 comments on commit 68293f8

Please sign in to comment.