Skip to content

Commit d019354

Browse files
committed
fixed test regressions
1 parent 10c3550 commit d019354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/ClientIntegrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ public function testMultipleTransactions(string $alias): void
284284
public function testInvalidConnection(): void
285285
{
286286
$this->expectException(InvalidArgumentException::class);
287-
$this->expectExceptionMessage('The provided alias: "gh" was not found in the client');
287+
$this->expectExceptionMessage('Cannot find a driver setup with alias: "gh"');
288288

289289
$this->getClient()->transaction(static fn (TransactionInterface $tsx) => $tsx->run('RETURN 1 AS x'), 'gh');
290290
}

0 commit comments

Comments
 (0)