Skip to content

Commit bea554f

Browse files
committed
Fixed test
1 parent f5033e1 commit bea554f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_device.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def test_pull_dir(populated_device, working_dir):
233233
filepath2 = dest_path / "test6.txt"
234234
assert dest_path.is_dir()
235235
assert filepath1.is_file()
236-
assert filepath2.read_text() == "toplevel/subdir1/subdir2/test5.txt\n"
236+
assert filepath1.read_text() == "toplevel/subdir1/subdir2/test5.txt\n"
237237
assert filepath2.is_file()
238238
assert filepath2.read_text() == "toplevel/subdir1/subdir2/test6.txt\n"
239239

0 commit comments

Comments
 (0)