Skip to content

Commit

Permalink
fix js build
Browse files Browse the repository at this point in the history
  • Loading branch information
fwbrasil committed Dec 13, 2024
1 parent 0b58f86 commit 6e059db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kyo-stm/shared/src/test/scala/kyo/STMTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ class STMTest extends Test:
}
}

"bug #925" in run {
"bug #925" in runJVM {
def unsafeToFuture[A: Flat](a: => A < (Async & Abort[Throwable])): Future[A] =
import kyo.AllowUnsafe.embrace.danger
IO.Unsafe.evalOrThrow(
Expand Down

0 comments on commit 6e059db

Please sign in to comment.