Skip to content

Commit

Permalink
Update test_doc_module.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Beakerboy authored Nov 13, 2024
1 parent 09e13b3 commit 410ecf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Models/Entities/test_doc_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def test_normalize() -> None:

cache = ModuleCache(0xB5, 0x08F3)
cache.module_cookie = 0xB81C
cache.misc = [[0x0316, 0x0100, 0x88, 8],
cache.misc = [[0x0316, 0, 0x0123, 0x88],
0x18, 0xFFFF, "00000000", 1, -1, 0]
guid = uuid.UUID('0002081900000000C000000000000046')
cache.guid = [guid]
Expand Down

0 comments on commit 410ecf8

Please sign in to comment.