Skip to content

Commit 55fe7b8

Browse files
committed
Comment
1 parent e12212a commit 55fe7b8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

fs2/src/test/scala/sttp/capabilities/fs2/Fs2StreamsTest.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import scala.concurrent.ExecutionContext
1111

1212
class Fs2StreamsTest extends AsyncFlatSpec with Matchers {
1313

14+
// #432: this is needed by ScalaJS tests
1415
override implicit val executionContext: ExecutionContext = unsafe.IORuntime.global.compute
1516

1617
behavior of "Fs2Streams"

zio/src/test/scala/sttp/capabilities/zio/ZioStreamsTest.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import zio.stream.ZStream
88
import scala.concurrent.ExecutionContext
99

1010
class ZioStreamsTest extends AsyncFlatSpec with Matchers {
11+
// #432: this is needed by ScalaJS tests
1112
override implicit val executionContext: ExecutionContext = Runtime.defaultExecutor.asExecutionContext
1213

1314
behavior of "ZioStreams"

0 commit comments

Comments
 (0)