Skip to content

Commit 2c2bde3

Browse files
committed
Fix scheduler tests
1 parent ef2bedc commit 2c2bde3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dispatch/test_scheduler.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ def resume(
449449
poll = self.assert_poll(prev_output)
450450
input = Input.from_poll_results(
451451
main.__qualname__,
452-
poll.coroutine_state,
452+
any_unpickle(poll.typed_coroutine_state),
453453
call_results,
454454
Error.from_exception(poll_error) if poll_error else None,
455455
)

0 commit comments

Comments
 (0)