There was an error while loading. Please reload this page.
1 parent 6bd80e3 commit 782603cCopy full SHA for 782603c
1 file changed
mergin/test/test_client_pull.py
@@ -56,7 +56,7 @@ def test_get_download_items():
56
# Chunk 1
57
assert items[1].size == CHUNK_SIZE
58
assert items[1].part_index == 1
59
- assert items[1].download_file_path == (os.path.join(tmp_dir, "large.txt.1")
+ assert items[1].download_file_path == os.path.join(tmp_dir, "large.txt.1")
60
61
# Chunk 2
62
assert items[2].size == int(CHUNK_SIZE * 0.5)
0 commit comments