Skip to content

Commit

Permalink
Fix test for project-init
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Dec 15, 2020
1 parent 1d2f2a6 commit eb08239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neuro-cli/tests/unit/test_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ def test_project_init(tmp_path: Path, slug: Optional[str]) -> None:

_project_init(slug, no_input=True)
assert path.is_dir()
assert "Makefile" in {p.name for p in path.iterdir()}
assert "Dockerfile" in {p.name for p in path.iterdir()}
finally:
os.chdir(old_workdir)

0 comments on commit eb08239

Please sign in to comment.