Skip to content

Commit 558cd13

Browse files
author
liuyt
committed
test12
1 parent 45c9d75 commit 558cd13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/nssh.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ describe('NSSH testing:', function () {
8989
this.timeout(outTime)
9090
initStore();
9191
let user = 'root';
92-
let port = '22';
92+
let port = '50001';
9393
let address = '139.196.39.133';
9494
let host = user + '@' + address + ':' + port;
9595
let coverHost = 'test@' + address + ':22';

0 commit comments

Comments
 (0)