diff --git a/test/commands/env/open.test.ts b/test/commands/env/open.test.ts index 3d78e1d5..c4341173 100644 --- a/test/commands/env/open.test.ts +++ b/test/commands/env/open.test.ts @@ -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');