We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b34d177 commit 2b06dfeCopy full SHA for 2b06dfe
1 file changed
mergin/test/test_client.py
@@ -814,7 +814,7 @@ def test_available_workspace_storage(mcStorage):
814
storage_remaining = testing_storage - client_workspace["disk_usage"]
815
816
# generate dummy data (remaining storage + extra 1024b)
817
- dummy_data_path = project_dir + "/data"
+ dummy_data_path = project_dir + "/data.txt"
818
file_size = storage_remaining + 1024
819
_generate_big_file(dummy_data_path, file_size)
820
@@ -880,7 +880,7 @@ def test_available_storage_validation2(mc, mc2):
880
return
881
882
883
884
885
886
0 commit comments