Skip to content

Commit f629977

Browse files
authored
Fix typo
1 parent fef3925 commit f629977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Http/HttpClientStreamTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public function testStreamLinesYieldsCompleteLinesRegardlessOfChunkSize()
7878
$streams = [
7979
Http::withOptions(['stream' => true])
8080
->get('http://example.test/stream')
81-
->streamLines(), // reads single byte
81+
->streamLines(), // reads single bytes
8282
Http::withOptions(['stream' => true])
8383
->get('http://example.test/stream')
8484
->streamLines(chunkLength: 17), // chunk length smaller than line length

0 commit comments

Comments
 (0)