Skip to content

Commit 63feca0

Browse files
authored
Merge pull request #72 from spoyntersmith/patch-1
fix: missing space
2 parents fb10a93 + 0fdc8de commit 63feca0

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 is often the case when testing validation rules, so consider going with this solutionwhen 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 solution when 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)