Skip to content

Commit

Permalink
Merge pull request #437 from tiagosiebler/testfix2
Browse files Browse the repository at this point in the history
chore(): update test after sub acc credits upgrade
  • Loading branch information
tiagosiebler authored Jul 25, 2024
2 parents 5c6b901 + a4332cd commit f4a79ca
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 f4a79ca

Please sign in to comment.