Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sydp committed Nov 2, 2024
1 parent 31084b4 commit ebdbce4
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 @@ -576,7 +576,7 @@ def test_object_store_data_key(self):
encoded_user_key=record.IDBKey(
offset=4, type=definitions.IDBKeyType.NUMBER, value=3.0))
expected_value = record.ObjectStoreDataValue(
version=4,
unknown=4,
is_wrapped=True,
blob_offset=1,
blob_size=2303,
Expand Down

0 comments on commit ebdbce4

Please sign in to comment.