Skip to content

Commit

Permalink
Update test_fullFile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Beakerboy authored Nov 16, 2024
1 parent 81877bf commit c87e433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Functional/test_fullFile.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def create_cache() -> bytes:
lib_str = bytearray(str(lib), "utf_16_le")
ca += struct.pack("<H", len(lib_str))
ca += lib_str
ca += struct.pack("<IIIH", 0, 0, 0)
ca += struct.pack("<III", 0, 0, 0)
i += 1
ca += struct.pack("<17H", 2, 2, 1, 6, 0x0212, 0, 0x0214, 1, 0x0216, 1,
0x0218, 0, 0x021a, 1, 0x021c, 1, 0x0222)
Expand Down

0 comments on commit c87e433

Please sign in to comment.