From 63eb6e2e45f0782199f46970ac2810684b731b2e Mon Sep 17 00:00:00 2001 From: sud0woodo <40278342+sud0woodo@users.noreply.github.com> Date: Fri, 5 Apr 2024 16:58:45 +0200 Subject: [PATCH] Update test --- tests/test_pdbv7.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_pdbv7.py b/tests/test_pdbv7.py index 1851a83..ac22dcf 100755 --- a/tests/test_pdbv7.py +++ b/tests/test_pdbv7.py @@ -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