Skip to content

Commit

Permalink
Fix scheduler tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chriso committed Jun 13, 2024
1 parent ef2bedc commit 2c2bde3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dispatch/test_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ def resume(
poll = self.assert_poll(prev_output)
input = Input.from_poll_results(
main.__qualname__,
poll.coroutine_state,
any_unpickle(poll.typed_coroutine_state),
call_results,
Error.from_exception(poll_error) if poll_error else None,
)
Expand Down

0 comments on commit 2c2bde3

Please sign in to comment.