Skip to content

Commit a63cf71

Browse files
committed
fix flaky test
1 parent 2b67a8e commit a63cf71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kyo-actor/shared/src/test/scala/kyo/ActorTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ class ActorTest extends Test:
177177
_ <- Abort.fail(ParentError)
178178
yield "never reached"
179179
}
180-
result <- Abort.run(parentActorFiber.await)
181180
_ <- childCleaned.await
181+
result <- Abort.run(parentActorFiber.await)
182182
yield assert(result.isFailure)
183183
end for
184184
}

0 commit comments

Comments
 (0)