1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-09-20 16:44:04 +00:00

minor test improvements

This commit is contained in:
Samuel Stancl 2026-08-25 19:17:24 -07:00
parent 11811285f1
commit f4464797f3
No known key found for this signature in database
GPG key ID: BA146259A1E16C57
2 changed files with 19 additions and 15 deletions

View file

@ -126,7 +126,7 @@ test('file sessions are separated when a custom session path is configured', fun
expect(File::files($tenantSessionPath))->toHaveCount(1);
expect(File::files($configuredSessionPath))->toHaveCount(0);
// End tenancy to test the revert behavior (= the central session file gets created to the original configured path)
// End tenancy to test the revert behavior (= the central session file gets created at the original configured path)
tenancy()->end();
pest()->get('/central');