1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-06 03:34:04 +00:00

resolve reviews

This commit is contained in:
Abrar Ahmad 2022-07-01 11:37:31 +05:00
parent 4048b523e3
commit c515bbfaa1
5 changed files with 56 additions and 80 deletions

View file

@ -128,7 +128,7 @@ test('database connection is switched to default when tenancy has been initializ
databaseConnectionSwitchedToDefault();
});
test('run commands works', function () {
test('run command works', function () {
runCommandWorks();
});