Skip to content

Commit 82ac30c

Browse files
committed
start at port 9050 for test
1 parent 65274a6 commit 82ac30c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/port-finder.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ describe('with no existing servers', function () {
156156

157157
describe('with startPort provided', function () {
158158
beforeEach(function (done) {
159-
portfinder.basePort = 8000;
159+
portfinder.basePort = 9050;
160160
done();
161161
});
162162
afterEach(function (done) {

0 commit comments

Comments
 (0)