From 5ffc9abfe087fcf38859fff39fbacdf68213f63b Mon Sep 17 00:00:00 2001 From: Abrar Ahmad Date: Thu, 29 Dec 2022 15:19:03 +0500 Subject: [PATCH] Update TenantDatabaseManagerTest.php --- tests/TenantDatabaseManagerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TenantDatabaseManagerTest.php b/tests/TenantDatabaseManagerTest.php index b9bd01f0..0cfebe94 100644 --- a/tests/TenantDatabaseManagerTest.php +++ b/tests/TenantDatabaseManagerTest.php @@ -390,7 +390,7 @@ test('path used by sqlite manager can be customized', function () { expect(file_exists($customPath . '/' . $name))->toBeTrue(); }); -test('template tenant connection config can be both connection name or connection array', function () { +test('template tenant connection value can be connection name or connection array', function () { Event::listen(TenantCreated::class, JobPipeline::make([CreateDatabase::class])->send(function (TenantCreated $event) { return $event->tenant; })->toListener());