Skip to content

Commit b9e7001

Browse files
paredefiop
andauthored
Update tests/func/test_import_url.py
Co-Authored-By: Ruslan Kuprieiev <kupruser@gmail.com>
1 parent 7e12c71 commit b9e7001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/func/test_import_url.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@ def test_import_url_to_dir(dname, tmp_dir, dvc):
102102

103103
assert stage.outs[0].path_info == dst
104104
assert os.path.isdir(dname)
105-
assert (tmp_dir / dname / "file").read_text() == "file content"
105+
assert dst.read_text() == "file content"

0 commit comments

Comments
 (0)