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 11, 2023
1 parent f36e372 commit a6c03fb
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 @@ -146,7 +146,7 @@ def test_full_file() -> None:

file_size = os.stat("vbaProject.bin").st_size
expected_size = os.stat("tests/blank/vbaProject.bin").st_size
# assert file_size == expected_size
assert file_size == expected_size
# compare new file to blank file in 512 block chunks
new = open("./vbaProject.bin", "rb")
expected = open("tests/blank/vbaProject.bin", "rb")
Expand Down

0 comments on commit a6c03fb

Please sign in to comment.