From 16d6e0f54cafdfdb2bc3f387ad3f8389080eb2f3 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Wed, 23 Nov 2022 08:34:55 +0100 Subject: [PATCH] Update test name --- tests/CommandsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();