Skip to content

Commit f824ed5

Browse files
committed
fix test
1 parent ae5eea9 commit f824ed5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/static-tests.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ describe( 'Static tests', async function () {
136136
assert.equal( obj.orderId, '34234234')
137137
})
138138

139-
const SPOT_PREFIX = "x-HNA2TXFJ"
139+
const SPOT_PREFIX = "x-B3AUXNYV"
140140

141141
it( 'MarketBuy', async function ( ) {
142142
await binance.marketBuy( 'LTCUSDT', 0.5 )
@@ -182,7 +182,7 @@ describe( 'Static tests', async function () {
182182
assert(obj.newClientOrderId.startsWith(SPOT_PREFIX))
183183
})
184184

185-
const CONTRACT_PREFIX = "x-Cb7ytekJ"
185+
const CONTRACT_PREFIX = "x-ftGmvgAN"
186186

187187
it( 'Futures MarketBuy', async function ( ) {
188188
await binance.futuresMarketBuy( 'LTCUSDT', 0.5 )

0 commit comments

Comments
 (0)