Skip to content

Commit

Permalink
Merge branch 'hotfix/test-fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Medvedev committed Apr 14, 2021
2 parents 080c037 + 565af62 commit c10d0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('Main Functionality', () => {
`ts-node ${join(__dirname, 'index.ts')} --version`,
);
expect(stderr).toEqual('');
expect(stdout).toEqual('2.0.0\n');
expect(stdout).toEqual('2.0.1\n');
});
it('prints StegJS help information', async () => {
const { stdout, stderr } = await exec(
Expand Down

0 comments on commit c10d0ee

Please sign in to comment.