Skip to content

Commit 037ce5e

Browse files
committed
fix https
1 parent 26f1505 commit 037ce5e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/binance-ws-spot.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const binance = new Binance().options({
1616
APIKEY: 'X4BHNSimXOK6RKs2FcKqExquJtHjMxz5hWqF0BBeVnfa5bKFMk7X0wtkfEz0cPrJ',
1717
APISECRET: 'x8gLihunpNq0d46F2q0TWJmeCDahX5LMXSlv3lSFNbMI3rujSOpTDKdhbcmPSf2i',
1818
test: true,
19-
httsProxy: 'http://188.245.226.105:8911'
19+
httpsProxy: 'http://188.245.226.105:8911'
2020
});
2121

2222
const futuresBinance = new Binance().options({
@@ -358,4 +358,4 @@ describe( 'Websockets (raw) trades', function () {
358358
assert( typeof ( trades ) === 'object', WARN_SHOULD_BE_OBJ );
359359
assert( trades !== null, WARN_SHOULD_BE_NOT_NULL );
360360
} );
361-
} );
361+
} );

0 commit comments

Comments
 (0)