Skip to content

Commit

Permalink
tweak testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
xudafeng committed Oct 30, 2016
1 parent 1586bf0 commit 6bb468e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cli.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ describe('command-line tool test', () => {
});

it('should output available port from the given port', function *() {
const givenPort = 8080;
const givenPort = 9000;
const res = yield cliTest.execFile(binFile, [givenPort], {});
const port = parseInt(res.stdout.split(' ')[3], 10);
port.should.within(givenPort, 65535);
Expand Down

0 comments on commit 6bb468e

Please sign in to comment.