fix(): updated test parameters so it can pass

This commit is contained in:
JJ-Cro
2025-01-15 12:52:21 +01:00
parent 61d3fec203
commit a4a9e57661

View File

@@ -172,7 +172,10 @@ describe('Private READ V5 REST API Endpoints', () => {
it('getAllCoinsBalance()', async () => { it('getAllCoinsBalance()', async () => {
expect( expect(
await api.getAllCoinsBalance({ accountType: accountType }), await api.getAllCoinsBalance({
accountType: accountType,
coin: settleCoin,
}),
).toMatchObject({ ).toMatchObject({
...successResponseObjectV3(), ...successResponseObjectV3(),
// retMsg: '', // retMsg: '',