Skip to content

Commit

Permalink
test: fix test string
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Aug 13, 2024
1 parent 39f7479 commit 5016474
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 @@ -71,7 +71,7 @@ def test_subcommands_help():

def test_default_genome():
output, config = run_in_temp(renee_run)
assert "No Genome Annotation JSONs found" in output.stderr
assert "No Genome+Annotation JSONs found" in output.stderr


def test_genome_param():
Expand Down

0 comments on commit 5016474

Please sign in to comment.