Skip to content

Commit

Permalink
Updates unit test with new constraint message.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryguyk committed Sep 27, 2024
1 parent 1ace746 commit f91f3f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class UniqueFieldTest extends VaGovUnitTestBase {
public function testUniqueFieldConstraint() {
$constraint = new UniqueField();
$this->assertEquals(
'There is already a :bundle_label in the system with the provided :field_label.',
'There is already a :bundle_label in the system with :field_label `:field_value`.',
$constraint->message,
'The default validation message should be correct.'
);
Expand Down

0 comments on commit f91f3f6

Please sign in to comment.