From 9b5a3a0c44533b944f50dc2acda0a5bd58a6dc4d Mon Sep 17 00:00:00 2001 From: jlenon7 Date: Mon, 27 May 2024 14:33:30 +0100 Subject: [PATCH] test(command): adjust mongo flag --- tests/unit/commands/MakeCrudCommandTest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/commands/MakeCrudCommandTest.ts b/tests/unit/commands/MakeCrudCommandTest.ts index 8f6594d..146c3de 100644 --- a/tests/unit/commands/MakeCrudCommandTest.ts +++ b/tests/unit/commands/MakeCrudCommandTest.ts @@ -71,7 +71,7 @@ export default class MakeCrudCommandTest extends BaseCommandTest { @Test() public async shouldBeAbleToCreateACrudForMongoDb({ assert, command }: Context) { - const output = await command.run('make:crud user --is-mongo', { + const output = await command.run('make:crud user --mongo', { path: Path.fixtures('consoles/crud/with-properties.ts') })