Skip to content

Commit b5b5062

Browse files
committed
test: update expectation
1 parent 367c5db commit b5b5062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/Validation/StrictRules/DatabaseRelatedRulesTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function testIsUniqueTrue(): void
8888
public function testIsUniqueWithInvalidDBGroup(): void
8989
{
9090
$this->expectException(InvalidArgumentException::class);
91-
$this->expectExceptionMessage('invalidGroup is not a valid database connection group');
91+
$this->expectExceptionMessage('"invalidGroup" is not a valid database connection group');
9292

9393
$this->validation->setRules(['email' => 'is_unique[user.email]']);
9494
$data = ['email' => '[email protected]'];

0 commit comments

Comments
 (0)