Skip to content

Commit

Permalink
chore(): update test after sub acc credits upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagosiebler committed Jul 25, 2024
1 parent 5c6b901 commit a4332cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/futures-usdm/private.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,12 @@ describe('Private Futures USDM REST API Endpoints', () => {

expect(await api.submitMultipleOrders(orders)).toMatchObject([
{
code: -4408,
msg: expect.stringContaining('Binance Credits Trading Mode'),
code: -4061,
msg: expect.stringContaining('position side'),
},
{
code: -4408,
msg: expect.stringContaining('Binance Credits Trading Mode'),
code: -4061,
msg: expect.stringContaining('position side'),
},
]);
});
Expand Down

0 comments on commit a4332cd

Please sign in to comment.