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 35eb81b commit 88650e3
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 @@ -135,7 +135,7 @@ def test_crc64nvme_huge_buffer(self):
except BaseException:
raise unittest.SkipTest('Machine cant allocate giant buffer for giant buffer test')
val = checksums.crc64nvme(huge_buffer)
self.assertEqual(0x572a7c8a, val)
self.assertEqual(0x2645c28052b1fbb0, val)


if __name__ == '__main__':
Expand Down

0 comments on commit 88650e3

Please sign in to comment.