Skip to content

Commit cb25e80

Browse files
committed
Fix test
1 parent a7858e9 commit cb25e80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/Driver/Http1DriverTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,7 @@ public function testTimeoutSuspendedDuringRequestHandler(): void
11941194
);
11951195

11961196
$client = $this->createClientMock();
1197-
$client->expects(self::never())
1197+
$client->expects(self::once())
11981198
->method('close');
11991199

12001200
$output = new WritableBuffer();

0 commit comments

Comments
 (0)