Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Feb 1, 2024
1 parent e81e035 commit 57ecc79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_general.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def _calls_wait_for_calc_timeout_slow(res_queue):
@pytest.mark.parametrize(
'mongetter,backend',
[
pytest.param(_test_mongetter, 'mongo', marks=pytest.mark.mongo)
pytest.param(_test_mongetter, 'mongo', marks=pytest.mark.mongo),
(None, 'memory'),
(None, 'pickle'),
]
Expand Down

0 comments on commit 57ecc79

Please sign in to comment.