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 c87e433 commit 484632e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/Functional/test_fullFile.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ def test_full_file() -> None:
module1 = StdModule("Module1")
cookie = 0xB241
module1.set_cookie(cookie)
module_cache = ModuleCache(0xB5, proj_cookie)
module_cache.clear_variables()
module_cache.misc = [[0x0316, 3, 0, 2],
[-1, 0], 0xFFFF, 0, [0, "FFFFFFFF"]]
module_cache = ModuleCache(0xB5, proj_cookie, signature=3)
module_cache.header.data2 = 3
module_cache.header.data4 = 2
module_cache.misc = [[-1, 0], 0xFFFF, 0, [0, "FFFFFFFF"]]
module_cache.indirect_table = struct.pack("<iI", -1, 0x78)
module_cache.module_cookie = cookie
module1.add_workspace(26, 26, 1349, 522, 'Z')
Expand Down

0 comments on commit 484632e

Please sign in to comment.