From 1e9c71a829885dbd14bc91dbc12d153cc3ee52b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=A1n=20Poynter-Smith?= Date: Wed, 13 Aug 2025 18:57:00 +0100 Subject: [PATCH] Fix missing space --- .ai/pest/core.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ai/pest/core.blade.php b/.ai/pest/core.blade.php index 7719788..818b16d 100644 --- a/.ai/pest/core.blade.php +++ b/.ai/pest/core.blade.php @@ -38,7 +38,7 @@ - You can also create partial mocks using the same import or self method. ### Datasets -- 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. +- 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. it('has emails', function (string $email) {