Skip to content

Commit

Permalink
Fix lint errors in cli test
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallmcdonnell committed Jan 6, 2021
1 parent e780f48 commit c02aaee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from pystog.cli import pystog_cli
from pystog.stog import NoInputFilesException


def test_pystog_cli_no_files_exception():
with pytest.raises(NoInputFilesException):
pystog_cli({"cat": "meow"})

0 comments on commit c02aaee

Please sign in to comment.