Skip to content

Commit 782603c

Browse files
committed
rm long path from tests 2
1 parent 6bd80e3 commit 782603c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mergin/test/test_client_pull.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def test_get_download_items():
5656
# Chunk 1
5757
assert items[1].size == CHUNK_SIZE
5858
assert items[1].part_index == 1
59-
assert items[1].download_file_path == (os.path.join(tmp_dir, "large.txt.1")
59+
assert items[1].download_file_path == os.path.join(tmp_dir, "large.txt.1")
6060

6161
# Chunk 2
6262
assert items[2].size == int(CHUNK_SIZE * 0.5)

0 commit comments

Comments
 (0)