Skip to content

Commit

Permalink
Fix error type in CLI test
Browse files Browse the repository at this point in the history
  • Loading branch information
auroracramer committed Nov 12, 2019
1 parent 2f37ccb commit 239cb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Expand Up @@ -177,7 +177,7 @@ def test_run(capsys):
os.rmdir(tempdir)

# test invalid modality
with pytest.raises(SystemExit) as pytest_wrapped_e:
with pytest.raises(OpenL3Error) as pytest_wrapped_e:
tempdir = tempfile.mkdtemp()
run('invalid', CHIRP_44K_PATH, output_dir=tempdir)

Expand Down

0 comments on commit 239cb2b

Please sign in to comment.