1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 14:54:03 +00:00

remove unnecessary end() call

This commit is contained in:
Samuel Štancl 2022-09-28 04:19:45 +02:00 committed by GitHub
parent 1dbab9eedd
commit 30bae4c06e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,4 @@ test('replaces the vite helper instance with custom class', function () {
$vite = app(\Illuminate\Foundation\Vite::class); $vite = app(\Illuminate\Foundation\Vite::class);
expect($vite)->toBeInstanceOf(StanclVite::class); expect($vite)->toBeInstanceOf(StanclVite::class);
tenancy()->end();
}); });