Skip to content

Commit 7e8a3cf

Browse files
pfalcondpgeorge
authored andcommitted
uasyncio.core: test_full_wait: Update for runq/waitq refactor.
1 parent 4c63ecf commit 7e8a3cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uasyncio.core/test_full_wait.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ def cb_2nd():
4747
print(loop.msgs)
4848
# .wait() is now called on each loop iteration, and for our mock case, it means that
4949
# at the time of running, self.time() will be skewed by 100 virtual time units.
50-
assert loop.msgs == ['I should be run first, time: 200', 'I should be run second, time: 600'], str(loop.msgs)
50+
assert loop.msgs == ['I should be run first, time: 100', 'I should be run second, time: 500'], str(loop.msgs)

0 commit comments

Comments
 (0)