Skip to content

Commit

Permalink
Merge d565f47 into 5058353
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Nov 25, 2023
2 parents 5058353 + d565f47 commit c274cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

def test_sequana(fp, mocker):
mocker.patch('shutil.which', return_value="something")
fp.register(["sequana_coverage", "--version"], stdout=["v0.15.4"])
fp.register(["sequana_coverage", "--version"], stdout=["sequana_coverage, version 0.15.4"])
assert get_version("sequana_coverage") == "0.15.4"


Expand Down

0 comments on commit c274cee

Please sign in to comment.