Skip to content

Commit

Permalink
one test doesn't require a mock project. removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeshultz committed Mar 17, 2019
1 parent 99a43a1 commit 364fcaa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_script.py
Expand Up @@ -125,5 +125,4 @@ def test_invalid_script(mock_project):
def test_no_scripts(mock_project):
""" test that no scripts doesn't fail """

with mock_project() as mock:
assert run_scripts(NETWORK_NAME, [])
assert run_scripts(NETWORK_NAME, [])

0 comments on commit 364fcaa

Please sign in to comment.