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); });