Skip to content

Commit

Permalink
Remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KorvinSzanto authored Feb 15, 2024
1 parent 6301772 commit b614ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/Provider/AbstractProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ public function testParseResponse($body, $type, $parsed, $statusCode = 200)

$response = Mockery::mock(ResponseInterface::class, [
'getBody' => $stream,
'getStatusCode' => $statusCode,s
'getStatusCode' => $statusCode,
]);
$response
->shouldReceive('getHeader')
Expand Down

0 comments on commit b614ea7

Please sign in to comment.