Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
sud0woodo committed Apr 5, 2024
1 parent be0b6fe commit 63eb6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pdbv7.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def test_pdb7_pdb_cstruct_typedefs():
pdb_file = PDB(pdb_file="tests/data/testpdb_x64.pdb")
pdb_cstruct = pdb_file.pdb.typedefs

assert len(pdb_cstruct.typedefs) == 543
assert len(pdb_cstruct.typedefs) == 545
assert "simple_datatypes_struct" in pdb_cstruct.typedefs
assert "windows_datatypes_struct" in pdb_cstruct.typedefs

Expand Down

0 comments on commit 63eb6e2

Please sign in to comment.