Skip to content

Commit 8deb2d2

Browse files
committed
Fix missing require in pipe test.
1 parent 84502fe commit 8deb2d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/async/http/body/pipe.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
require "async/http/body/writable"
1010

1111
require "sus/fixtures/async"
12+
require "io/stream"
1213

1314
describe Async::HTTP::Body::Pipe do
1415
let(:input) {Async::HTTP::Body::Writable.new}

0 commit comments

Comments
 (0)