Skip to content

Commit

Permalink
Update test_base.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Koshelev <[email protected]>
  • Loading branch information
eriktaubeneck and akoshelev authored Sep 27, 2024
1 parent fcaaf2a commit 89979f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sidecar/tests/app/query/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def fake_start():
mock_start.assert_called_once()


def test_query_manger_run_query_exception():
def test_query_manager_run_query_exception():
query_manager = QueryManager(max_parallel_queries=1)
query = Query(str(uuid4()))

Expand Down

0 comments on commit 89979f1

Please sign in to comment.