diff --git a/tests/Pest/FaviconTest.php b/tests/Pest/FaviconTest.php index 3f73ead..50d47cc 100644 --- a/tests/Pest/FaviconTest.php +++ b/tests/Pest/FaviconTest.php @@ -6,7 +6,7 @@ test("it should throw an exception if the given source icon doesn't exist", func seo()->favicon('i-dont-exist.png'); })->throws(Exception::class, 'Given icon path `i-dont-exist.png` does not exist.'); -test('it should generate two favicons', function() { +test('it should generate two favicons', function () { seo()->favicon(__DIR__ . '/../stubs/logo.png'); assertFileExists(public_path('favicon.ico'));