Skip to content

Commit b0acc51

Browse files
committed
Fix Nova message test
1 parent 1bf82dc commit b0acc51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ValidationMessageTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ public function it_returns_a_default_error_message_when_validating_a_nova_transl
149149
]);
150150

151151
$formAttributes = [
152-
'translations_form_slug_en' => ['en' => 'existing-slug-en'],
153-
'translations_form_name_en' => ['en' => 'existing-name-en'],
152+
'translations_form_slug_en' => 'existing-slug-en',
153+
'translations_form_name_en' => 'existing-name-en',
154154
];
155155

156156
$rules = [

0 commit comments

Comments
 (0)