Skip to content

Commit

Permalink
style: Correct a formatting mistake in test_main.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkapfham committed Jul 23, 2023
1 parent a216d3f commit 2e378f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def test_cli_analyze(tmpdir):
test_one,
"--search-directory",
test_two,
"--verbose"
"--verbose",
],
)
assert result.exit_code == 0
Expand Down

0 comments on commit 2e378f9

Please sign in to comment.