Skip to content

Commit fd23da0

Browse files
committed
Add missing require to test.
1 parent 1bf47ba commit fd23da0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/protocol/http/body/reader.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# Copyright, 2023, by Samuel Williams.
66

77
require 'protocol/http/body/reader'
8+
require 'protocol/http/body/buffered'
89

910
class TestReader
1011
include Protocol::HTTP::Body::Reader

0 commit comments

Comments
 (0)