From 30bae4c06e5d6cadbfbbd98106bc689d78237cfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Wed, 28 Sep 2022 04:19:45 +0200 Subject: [PATCH] remove unnecessary end() call --- tests/Features/ViteBundlerTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/Features/ViteBundlerTest.php b/tests/Features/ViteBundlerTest.php index dc460a03..8d9ba61d 100644 --- a/tests/Features/ViteBundlerTest.php +++ b/tests/Features/ViteBundlerTest.php @@ -29,6 +29,4 @@ test('replaces the vite helper instance with custom class', function () { $vite = app(\Illuminate\Foundation\Vite::class); expect($vite)->toBeInstanceOf(StanclVite::class); - - tenancy()->end(); });