Skip to content

Commit

Permalink
Merge pull request #404 from JJ-Cro/failingTestJan152025
Browse files Browse the repository at this point in the history
fix(): updated test parameters so it can pass
  • Loading branch information
tiagosiebler authored Jan 15, 2025
2 parents 61d3fec + a4a9e57 commit dd559b1
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 dd559b1

Please sign in to comment.