Skip to content

Commit

Permalink
fix(testing): missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
alsmith151 committed Oct 24, 2023
1 parent 3b64fc9 commit 12f7969
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 @@ -309,7 +309,7 @@ def test_alignment_filter(
annotations,
"-o",
output_prefix,
"--sample-name"
"--sample-name",
*flags,
],
catch_exceptions=False,
Expand Down

0 comments on commit 12f7969

Please sign in to comment.