Skip to content

Commit 2b06dfe

Browse files
committed
Add extenstion to file
1 parent b34d177 commit 2b06dfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mergin/test/test_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ def test_available_workspace_storage(mcStorage):
814814
storage_remaining = testing_storage - client_workspace["disk_usage"]
815815

816816
# generate dummy data (remaining storage + extra 1024b)
817-
dummy_data_path = project_dir + "/data"
817+
dummy_data_path = project_dir + "/data.txt"
818818
file_size = storage_remaining + 1024
819819
_generate_big_file(dummy_data_path, file_size)
820820

@@ -880,7 +880,7 @@ def test_available_storage_validation2(mc, mc2):
880880
return
881881

882882
# generate dummy data (remaining storage + extra 1024b)
883-
dummy_data_path = project_dir + "/data"
883+
dummy_data_path = project_dir + "/data.txt"
884884
file_size = storage_remaining + 1024
885885
_generate_big_file(dummy_data_path, file_size)
886886

0 commit comments

Comments
 (0)