Skip to content

Commit

Permalink
Correct expected test file size in test_download_file
Browse files Browse the repository at this point in the history
  • Loading branch information
rmol committed Mar 24, 2020
1 parent 1193d10 commit 062405e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/test_download_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ def check_for_sources():
qtbot.wait(5000)
assert file_msg.export_button.isHidden() is False
assert file_msg.file_name.text() == "hello.txt"
assert file_msg.file_size.text() == "625B"
assert file_msg.file_size.text() == "9B"

0 comments on commit 062405e

Please sign in to comment.