1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 21:14:03 +00:00

Update CommandsTest.php

This commit is contained in:
Abrar Ahmad 2022-06-29 18:27:26 +05:00
parent 1166fe2a6e
commit c679fe6823

View file

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