Skip to content

Commit

Permalink
tests: Update test/config-name/config-name.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Aug 18, 2020
1 parent a0ca62c commit 615a477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/config-name/config-name.test.js
Expand Up @@ -39,7 +39,7 @@ describe('--config-name flag', () => {

it('should log error if invalid config name is provided', () => {
const { stderr, stdout } = run(__dirname, ['--config-name', 'test'], false);
expect(stderr).toContain('Configuration with name test was not found.');
expect(stderr).toContain('Configuration with name "test" was not found.');
expect(stdout).toBeFalsy();
});
});

0 comments on commit 615a477

Please sign in to comment.