Skip to content

Commit

Permalink
fix worker test
Browse files Browse the repository at this point in the history
  • Loading branch information
jthorton committed Jul 31, 2023
1 parent 90c0793 commit 0121bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openff/bespokefit/tests/cli/test_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def test_launch_worker(worker_type, runner, monkeypatch):
in test_celery/test_spawn_worker
"""

def mock_spawn(*args):
def mock_spawn(*args, **kwargs):
return True

monkeypatch.setattr(celery, "_spawn_worker", mock_spawn)
Expand Down

0 comments on commit 0121bf2

Please sign in to comment.