Skip to content

Commit

Permalink
Missing subcommand in action for test (#1462)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowspawn committed Feb 4, 2021
1 parent a0c1a77 commit b040db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/command.unknownOption.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe('unknownOption', () => {

let caughtErr;
try {
program.parse(['node', 'info', '--NONSENSE']);
program.parse(['node', 'test', 'info', '--NONSENSE']);
} catch (err) {
caughtErr = err;
}
Expand Down

0 comments on commit b040db4

Please sign in to comment.