Skip to content

Commit

Permalink
test: nonzero exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Dec 11, 2023
1 parent 081f5ae commit beeed47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nuts/plugin-install.nut.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ describe('plugins:install commands', () => {
`plugins:install ${UNSIGNED_MODULE_NAME}`,
{ 'continue the installation': Interaction.No },
{
ensureExitCode: 2, // code 2 is the output code for the NO answer
ensureExitCode: 'nonZero',
cli: 'sf',
}
);
Expand Down

0 comments on commit beeed47

Please sign in to comment.