Skip to content

Commit

Permalink
test update
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Sep 12, 2024
1 parent 88650e3 commit b10d0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_checksums.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def test_crc64nvme_large_buffer(self):
# stress test gil optimization for 32 bit architecture which cannot handle huge buffer
large_buffer = bytes(25 * 2**20)
val = checksums.crc64nvme(large_buffer)
self.assertEqual(0xfb5b991d, val)
self.assertEqual(0x5b6f5045463ca45e, val)

def test_crc64nvme_huge_buffer(self):
if sys.platform.startswith('freebsd'):
Expand Down

0 comments on commit b10d0a3

Please sign in to comment.