Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
raoul authored and kukulich committed May 13, 2022
1 parent 0599986 commit 4095438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Smtp/AsyncSmtpConnectionIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function testInvalidHostName(): void
$this->assertInstanceOf(RuntimeException::class, $exception);
$this->assertStringStartsWith(
sprintf(
'Connection to %s:%s failed: php_network_getaddresses: getaddrinfo failed',
'Connection to %1$s:%2$s failed: php_network_getaddresses: getaddrinfo for %1$s failed: Name or service not known',
$settings->getHost(),
$settings->getPort(),
),
Expand Down

0 comments on commit 4095438

Please sign in to comment.