Skip to content

Commit

Permalink
mp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VarunAnanth2003 committed Apr 27, 2024
1 parent e2cbce8 commit 81aa073
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@


def test_annotate(
mgf_small_unannotated, tide_dir_small, tiny_config, tmp_path, monkeypatch
mgf_small_unannotated, tide_dir_small, tiny_config, tmp_path
):

# Run a command:
monkeypatch.setattr(casanovo, "__version__", "3.0.1")
run = functools.partial(
CliRunner().invoke, casanovo.main, catch_exceptions=False
)
Expand Down Expand Up @@ -57,7 +56,7 @@ def test_db_search(
mgf_small_unannotated, tide_dir_small, tiny_config, tmp_path, monkeypatch
):
# Run a command:
monkeypatch.setattr(casanovo, "__version__", "3.0.1")
monkeypatch.setattr(casanovo, "__version__", "4.1.1")
run = functools.partial(
CliRunner().invoke, casanovo.main, catch_exceptions=False
)
Expand Down

0 comments on commit 81aa073

Please sign in to comment.