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 14, 2023
1 parent 0e7908f commit 49b10c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Functional/test_fullFile.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def test_full_file() -> None:
ole_new = OleFile.create_from_file("./vbaProject.bin")
assert len(ole_standard.dirlist) == len(ole_new.dirlist)

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

Expand Down

0 comments on commit 49b10c5

Please sign in to comment.