Skip to content

Commit 57195a9

Browse files
committed
Fixed tests
1 parent 72d1b50 commit 57195a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ public function testChunkHandlingWithJson(): void
478478
foreach ($chunks as $chunk) {
479479
$data = $chunk->getData();
480480
$this->assertNotEmpty($data);
481-
481+
482482
// Verify each chunk is valid JSON
483483
$decoded = json_decode($data, true);
484484
$this->assertNotNull($decoded);

0 commit comments

Comments
 (0)