diff --git a/tests/CommandsTest.php b/tests/CommandsTest.php index 17139919..355fb429 100644 --- a/tests/CommandsTest.php +++ b/tests/CommandsTest.php @@ -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();