Skip to content

Commit

Permalink
test(command): adjust mongo flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed May 27, 2024
1 parent 6679a2e commit 9b5a3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/commands/MakeCrudCommandTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')
})

Expand Down

0 comments on commit 9b5a3a0

Please sign in to comment.