Skip to content

Commit

Permalink
Tests fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Raalsky committed Aug 13, 2024
1 parent f6ec516 commit b628820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class MockedApiClient:
def __init__(self, *args, **kwargs) -> None:
pass

def submit(self, operation) -> None:
def submit(self, operation, family) -> None:
pass

def close(self) -> None:
Expand Down

0 comments on commit b628820

Please sign in to comment.