Skip to content

Commit b10ab31

Browse files
authored
Update SupportedPhpExtensionsTest.php
1 parent 03878f7 commit b10ab31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Integrations/SupportedPhpExtensionsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function testItCachesResponse(): void
7777
public function testItReturnsFalseOnError(): void
7878
{
7979
Http::fake([
80-
'github.com/*' => Http::response("bcmath\nmemcached", 500),
80+
'github.com/*' => Http::response("bcmath\nmemcached\n", 500),
8181
]);
8282

8383
$this->mock(SupportedPhpExtensions::class, function (MockInterface $mock) {

0 commit comments

Comments
 (0)