Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
sydp committed Nov 4, 2024
1 parent 3505c7c commit ec7300b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/dfindexeddb/indexeddb/chromium/record.py
Original file line number Diff line number Diff line change
Expand Up @@ -581,8 +581,8 @@ def test_object_store_data_key(self):
expected_value = record.ObjectStoreDataValue(
version=4,
is_wrapped=True,
blob_offset=1,
blob_size=2303,
blob_offset=0,
blob_size=102480,
value=None)
record_bytes = (
b'\x00\x01\x01\x01\x03\x00\x00\x00\x00\x00\x00\x08@',
Expand Down

0 comments on commit ec7300b

Please sign in to comment.