Skip to content

Commit 5c61bcd

Browse files
committed
Fix deprecation
1 parent 09a63ba commit 5c61bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/test/scala/org/http4s/ReadableStreamSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class ReadableStreamSuite extends CatsEffectSuite with ScalaCheckEffectSuite {
4343

4444
Stream
4545
.emits(chunks)
46-
.map(Chunk.seq(_))
46+
.map(Chunk.from(_))
4747
.zipLeft(snooze(offerSleeps))
4848
.unchunks
4949
.through(in => Stream.resource(toReadableStream[IO](in)))

0 commit comments

Comments
 (0)