Skip to content

Commit 26deda1

Browse files
authored
Merge pull request #54 from alexdempster44/patch-1
Update core.blade.php
2 parents 375d8ca + d45c903 commit 26deda1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ai/pest/core.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
- You can also create partial mocks using the same import or self method.
3939

4040
### Datasets
41-
- Use datasets in Pest to simplify tests which have a lot of duplicated data. This often the case when testing validation rules, so consider going with this solution when writing tests for validation rules.
41+
- Use datasets in Pest to simplify tests which have a lot of duplicated data. This is often the case when testing validation rules, so consider going with this solutionwhen writing tests for validation rules.
4242

4343
<code-snippet name="Pest Dataset Example" lang="php">
4444
it('has emails', function (string $email) {

0 commit comments

Comments
 (0)