File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
fs2/src/test/scala/sttp/capabilities/fs2
zio/src/test/scala/sttp/capabilities/zio Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import scala.concurrent.ExecutionContext
11
11
12
12
class Fs2StreamsTest extends AsyncFlatSpec with Matchers {
13
13
14
+ // #432: this is needed by ScalaJS tests
14
15
override implicit val executionContext : ExecutionContext = unsafe.IORuntime .global.compute
15
16
16
17
behavior of " Fs2Streams"
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import zio.stream.ZStream
8
8
import scala .concurrent .ExecutionContext
9
9
10
10
class ZioStreamsTest extends AsyncFlatSpec with Matchers {
11
+ // #432: this is needed by ScalaJS tests
11
12
override implicit val executionContext : ExecutionContext = Runtime .defaultExecutor.asExecutionContext
12
13
13
14
behavior of " ZioStreams"
You can’t perform that action at this time.
0 commit comments