Skip to content

Commit 8a206e2

Browse files
committed
Change test wording
1 parent d3908f7 commit 8a206e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Attributes/Validation/MergeRulesetTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
}
5151
});
5252

53-
it('it will skip validation rules when skipping validation', function () {
53+
it('it will skip validation rules when using the without validation attribute', function () {
5454
$data = DataWithSkippedValidationMergedRuleset::validateAndCreate(['first_name' => str_repeat('1', 20)]);
5555
expect($data->first_name)->toBe(str_repeat('1', 20));
5656
});

0 commit comments

Comments
 (0)