Skip to content

Commit

Permalink
Update test_dirObject.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Beakerboy authored Nov 13, 2024
1 parent f099a77 commit b4a6644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Functional/test_dirObject.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def test_dirstream() -> None:
"02 3C FF FF FF FF 00 00")
module_cache.object_table = bytes.fromhex(" ".join(object_table))
module_cache.misc = [[0x0316, 0x0123, 0x88, 8],
0x18, 0xFF, "00000000", 1, -1, 0]
[-1, 0x18], 0xFF, "00000000", 1, 0]

this_workbook = DocModule("ThisWorkbook")
this_workbook.set_cookie(0xB81C)
Expand All @@ -87,7 +87,7 @@ def test_dirstream() -> None:
module_cache.clear_variables()
module_cache.cookie = 0xB241
module_cache.misc = [[0x0316, 3, 0, 7],
2, 0xFFFF, "FFFFFFFF", 0, -1, 0]
[-1, 2], 0xFFFF, "FFFFFFFF", 0, 0]
module_cache.indirect_table = struct.pack("<iI", -1, 0x78)
module1.set_cache(module_cache.to_bytes())

Expand Down

0 comments on commit b4a6644

Please sign in to comment.