Skip to content

Commit

Permalink
fix: update "open" tests w/edited error message
Browse files Browse the repository at this point in the history
  • Loading branch information
jshackell-sfdc authored Sep 20, 2021
1 parent 88b4905 commit 76de065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/commands/env/open.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ describe('open unit tests', () => {
.command(['env:open'])
.catch((error) =>
expect(error.message).to.to.include(
'No default target-env found. Use --target-env to specify the environment to open.'
'No default environment found. Use -e or --target-env to specify an environment to open.'
)
)
.it('should throw error if --target-env is not specified');
Expand Down

0 comments on commit 76de065

Please sign in to comment.