Skip to content

Commit bd27a24

Browse files
committed
test: remove invalid date field validation test case
1 parent 370c178 commit bd27a24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Feature/Integration/Resources/Pages/CreateRecordTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@
296296
})->with([
297297
'text field min length' => ['text', 'a', 'min:3'],
298298
'number field must be numeric' => ['number', 'not-a-number', 'numeric'],
299-
'date field must be valid date' => ['date', 'invalid-date', 'date'],
300299
]);
301300
});
302301

0 commit comments

Comments
 (0)