Skip to content

Commit

Permalink
forgot some tests
Browse files Browse the repository at this point in the history
Signed-off-by: technillogue <[email protected]>
  • Loading branch information
technillogue committed Nov 6, 2023
1 parent 3c18c7f commit e18739e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/server/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def predict(self, input_, poll=None):

return FakeWorker()


@pytest.mark.asyncio
@pytest.mark.parametrize("events,calls", PREDICT_TESTS)
async def test_predict(events, calls):
worker = fake_worker(events)
Expand Down

0 comments on commit e18739e

Please sign in to comment.