Skip to content

Commit

Permalink
#117 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 16, 2023
1 parent 0fe37cc commit 8df0fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_mvnw.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const mvnw = require('../src/mvnw');

describe('mvnw', function() {
it('prints Maven own version', function(done) {
const opts = { batch: true };
const opts = {batch: true};
mvnw(['--version'], null, opts.batch);
mvnw(['--version'], null, opts.batch);
done();
Expand Down

0 comments on commit 8df0fbf

Please sign in to comment.