Skip to content

Commit

Permalink
do tests actually work?
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Oct 2, 2024
1 parent 332771c commit f4132a6
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 = 0xCF3473434D4ECF3B;
ulong expected = 0xCF3473434D4ECF3A;
Assert.Equal(expected, res);
}
}
Expand Down

0 comments on commit f4132a6

Please sign in to comment.