Skip to content

Commit

Permalink
fix(): updated test parameters so it can pass
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ-Cro committed Jan 15, 2025
1 parent 61d3fec commit a4a9e57
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/v5/private.read.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,10 @@ describe('Private READ V5 REST API Endpoints', () => {

it('getAllCoinsBalance()', async () => {
expect(
await api.getAllCoinsBalance({ accountType: accountType }),
await api.getAllCoinsBalance({
accountType: accountType,
coin: settleCoin,
}),
).toMatchObject({
...successResponseObjectV3(),
// retMsg: '',
Expand Down

0 comments on commit a4a9e57

Please sign in to comment.