mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 18:34:04 +00:00
remove unnecessary end() call
This commit is contained in:
parent
1dbab9eedd
commit
30bae4c06e
1 changed files with 0 additions and 2 deletions
|
|
@ -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();
|
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue