From 6b30cf3fdc2ab88bf6ebe40859e063762c412e46 Mon Sep 17 00:00:00 2001 From: John Hensley Date: Tue, 24 Mar 2020 14:11:11 -0400 Subject: [PATCH] Correct expected test file size in test_download_file --- tests/functional/test_download_file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/test_download_file.py b/tests/functional/test_download_file.py index b3e99b571f..e9cfc4b35a 100644 --- a/tests/functional/test_download_file.py +++ b/tests/functional/test_download_file.py @@ -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"