mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 20:34:03 +00:00
Clarify test name
This commit is contained in:
parent
62a0e395c3
commit
582243c53f
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ afterEach(function () {
|
|||
LogTenancyBootstrapper::$storagePathChannels = ['single', 'daily'];
|
||||
});
|
||||
|
||||
test('storage path channels get tenant-specific paths', function () {
|
||||
test('storage path channels get tenant-specific paths by default', function () {
|
||||
// Note that for LogTenancyBootstrapper to change the paths correctly,
|
||||
// the bootstrapper MUST run after FilesystemTenancyBootstrapper.
|
||||
config([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue