Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Aug 29, 2023
1 parent 8db93b5 commit e88da8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/PHPMailer/DSNConfiguratorTest.php
Expand Up @@ -34,7 +34,7 @@ public function testInvalidDSN()
$configurator = new DSNConfigurator();

$this->expectException(Exception::class);
$this->expectExceptionMessage('Malformed DSN: "localhost".');
$this->expectExceptionMessage('Malformed DSN');

$configurator->configure($this->Mail, 'localhost');
}
Expand Down

0 comments on commit e88da8d

Please sign in to comment.