From c679fe6823ee40f8e4b194318f4f68e32fb48032 Mon Sep 17 00:00:00 2001 From: Abrar Ahmad Date: Wed, 29 Jun 2022 18:27:26 +0500 Subject: [PATCH] Update CommandsTest.php --- tests/CommandsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CommandsTest.php b/tests/CommandsTest.php index 5f49557f..8994520c 100644 --- a/tests/CommandsTest.php +++ b/tests/CommandsTest.php @@ -170,7 +170,7 @@ test('database connection is switched to default when tenancy has been initializ ->expectsOutput("User's name is Test command") ->expectsOutput('foo') ->expectsOutput('xyz'); - + expect(DB::connection()->getDatabaseName())->toBe($originalDBName); });