Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Sep 14, 2024
1 parent 94adbf5 commit 0232749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pe/test_loadconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def test_winapp():
assert lconf.csd_version == 0
assert lconf.reserved1 == 0
assert lconf.editlist == 0
assert lconf.security_cookie == 0x4000d008
assert lconf.security_cookie == 0x14000d008

# V0
assert lconf.se_handler_table == 0
Expand Down

0 comments on commit 0232749

Please sign in to comment.