Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Nov 1, 2024
1 parent d8f1c64 commit 8169f18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ async def test_scheduler_gracefully_starts_and_stops(
minimal_app: FastAPI,
):
# check it started correctly
assert minimal_app.state.scheduler_task is not None
assert minimal_app.state.computational_scheduler_task is not None


@pytest.mark.parametrize(
Expand Down

0 comments on commit 8169f18

Please sign in to comment.