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 e12caab commit cfdfb44
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 @@ -253,7 +253,7 @@ def create_doc_module(project: VbaProject, name: str,
cache_ver = project.get_performance_cache_version()
proj_cookie = project.get_project_cookie()
module_cache = ModuleCache(cache_ver, proj_cookie)
module_cache.misc = [[0x0316, 0x0123, 0x88, 8],
module_cache.misc = [[0x0316, 0x0100, 0x88, 8],
0x18, 0xFFFF, "00000000",
1, -1, 0]
indirect_table = ("02 80 FE FF FF FF FF FF 20 00 00 00 FF FF FF FF",
Expand Down

0 comments on commit cfdfb44

Please sign in to comment.