Skip to content

Commit

Permalink
#146: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 31, 2023
1 parent 035ff8a commit 67d0a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_eoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ describe('eoc', function() {
});

it('loads latest version', function(done) {
runSync(['--latest', '--version']);
const stdout = runSync(['--latest', '--version']);
assert(!stdout.includes('29.0.4'));
done();
});
Expand Down

0 comments on commit 67d0a7e

Please sign in to comment.