Skip to content

Commit 99206d1

Browse files
authored
Fix formatting in tests (#30)
1 parent 5262afa commit 99206d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def test_cli_no_arguments():
3939
result = runner.invoke(cli)
4040

4141
assert result.exit_code == 2
42-
assert 'Missing option "--target"' in result.output
42+
assert "Missing option '--target'" in result.output
4343

4444

4545
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)