Skip to content

Commit

Permalink
test: fix test that fails when runned locally
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Feb 24, 2024
1 parent 295061f commit cf79688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/commands/add.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ test.group('Install', (group) => {
const logs = command.logger.getLogs()

assert.deepInclude(logs, {
message: { foo: 'true', auth: 'session', x: 'true', verbose: VERBOSE },
message: { foo: 'true', auth: 'session', x: 'true', ...(VERBOSE ? { verbose: true } : {}) },
stream: 'stdout',
})
})
Expand Down

0 comments on commit cf79688

Please sign in to comment.