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 13, 2024
1 parent b2d314d commit e12caab
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 @@ -117,7 +117,7 @@ def test_full_file() -> None:
module1.set_cookie(cookie)
module_cache = ModuleCache(0xB5, proj_cookie)
module_cache.clear_variables()
module_cache.misc = [[0x0316, 3, 0, 2],
module_cache.misc = [[0x0316, 3, 0, 2],
0, 0xFFFF, "FFFFFFFF", 0, -1, 0]
module_cache.indirect_table = struct.pack("<iI", -1, 0x78)
module_cache.module_cookie = cookie
Expand Down

0 comments on commit e12caab

Please sign in to comment.