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(); });