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, 2023
1 parent ec5bdc7 commit aa38040
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Functional/test_fullFile.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def test_full_file() -> None:
rand = [0x41, 0xBC, 0x7B, 0x7B, 0x37, 0x7B, 0x7B, 0x7B]
NotSoRandom.set_seed(rand)
project = VbaProject()
project.set_include_projectwm(True)
codepage = 0x04E4
codepage_name = "cp" + str(codepage)
libid_ref = LibidReference(
Expand Down

0 comments on commit aa38040

Please sign in to comment.