Skip to content

Commit

Permalink
Update test in records.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sydp committed Nov 4, 2024
1 parent 36237cb commit 3ede194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dfindexeddb/indexeddb/chromium/record.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def test_data_version_key(self):
expected_key = record.DataVersionKey(
offset=4, key_prefix=record.KeyPrefix(
offset=0, database_id=0, object_store_id=0, index_id=0))
expected_value = 6424509460
expected_value = 64424509460

record_bytes = ((b'\x00\x00\x00\x00\x02'), (b'\x14\x00\x00\x00\x0f'))
parsed_key = record.DataVersionKey.FromBytes(record_bytes[0])
Expand Down

0 comments on commit 3ede194

Please sign in to comment.