Skip to content

Commit

Permalink
Update tests/func/test_import_url.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Ruslan Kuprieiev <[email protected]>
  • Loading branch information
pared and efiop authored Jan 8, 2020
1 parent 62d6f4d commit 7e12c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/func/test_import_url.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ def test_import_url_to_dir(dname, tmp_dir, dvc):

dst = tmp_dir / dname / "file"

assert stage.outs[0].fspath == fspath(dst)
assert stage.outs[0].path_info == dst
assert os.path.isdir(dname)
assert (tmp_dir / dname / "file").read_text() == "file content"

0 comments on commit 7e12c71

Please sign in to comment.