We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09a63ba commit 5c61bcdCopy full SHA for 5c61bcd
tests/src/test/scala/org/http4s/ReadableStreamSuite.scala
@@ -43,7 +43,7 @@ class ReadableStreamSuite extends CatsEffectSuite with ScalaCheckEffectSuite {
43
44
Stream
45
.emits(chunks)
46
- .map(Chunk.seq(_))
+ .map(Chunk.from(_))
47
.zipLeft(snooze(offerSleeps))
48
.unchunks
49
.through(in => Stream.resource(toReadableStream[IO](in)))
0 commit comments