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 13, 2024
1 parent 4b12d05 commit fcc2857
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Functional/test_fullFile.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ def test_full_file() -> None:
# Dir1
ole_standard = OleFile.create_from_file("tests/blank/vbaProject.bin")
ole_new = OleFile.create_from_file("./vbaProject.bin")
assert len(ole_standard.dirlist) == len(ole_new.dirlist)
assert (len(ole_standard.root_directory.flatten())
== len(ole_new.root_directory.flatten()))

# assert new.read(512) == expected.read(512)
new.read(512)
Expand Down

0 comments on commit fcc2857

Please sign in to comment.