mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 14:34:04 +00:00
Update test name
This commit is contained in:
parent
20c0d8fe3c
commit
16d6e0f54c
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ test('dump command generates dump at the passed path', function() {
|
|||
expect($schemaPath)->toBeFile();
|
||||
});
|
||||
|
||||
test('migrate command correctly uses the dump located at the configured schema path by default', function () {
|
||||
test('migrate command correctly uses the schema dump located at the configured schema path by default', function () {
|
||||
config(['tenancy.migration_parameters.--schema-path' => 'tests/Etc/tenant-schema.dump']);
|
||||
$tenant = Tenant::create();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue