Skip to content

Commit f4acc56

Browse files
committed
Flip order
1 parent b4c1bcf commit f4acc56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/Context/AbstractContextTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ public function testImmediateJoin(): void
182182

183183
$cancellation = new TimeoutCancellation(1);
184184

185-
$exitValue = async($context->join(...));
186185
$receivedValue = async($context->receive(...));
186+
$exitValue = async($context->join(...));
187187

188188
$value = 'value';
189189
$context->send($value);

0 commit comments

Comments
 (0)