Skip to content

Commit bb7ec59

Browse files
committed
improve test
1 parent 068afc4 commit bb7ec59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/binance-class-static.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ describe( 'Static tests', async function () {
242242
assert.equal( obj.symbol, 'LTCUSDT' )
243243
assert.equal( obj.side, 'BUY' )
244244
assert.equal( obj.type, 'STOP' )
245+
assert.equal( obj.algoType, 'CONDITIONAL')
245246
assert.equal( obj.quantity, 0.5 )
246247
assert(obj.clientAlgoId.startsWith(CONTRACT_PREFIX))
247248
})
@@ -253,6 +254,7 @@ describe( 'Static tests', async function () {
253254
assert.equal( obj.symbol, 'LTCUSDT' )
254255
assert.equal( obj.side, 'BUY' )
255256
assert.equal( obj.type, 'STOP' )
257+
assert.equal( obj.algoType, 'CONDITIONAL')
256258
assert.equal( obj.quantity, 0.5 )
257259
assert(obj.clientAlgoId.startsWith(CONTRACT_PREFIX))
258260
})

0 commit comments

Comments
 (0)