diff --git a/tests/Unit/Core/Objects/CompiledRulesTest.php b/tests/Unit/Core/Objects/CompiledRulesTest.php index 323ce83..5fce639 100644 --- a/tests/Unit/Core/Objects/CompiledRulesTest.php +++ b/tests/Unit/Core/Objects/CompiledRulesTest.php @@ -96,4 +96,4 @@ ->toHaveCount(1) ->toContain(6); })->with([$compiledRules]); -}); \ No newline at end of file +});