Merge pull request #404 from JJ-Cro/failingTestJan152025

fix(): updated test parameters so it can pass
This commit is contained in:
Tiago
2025-01-15 16:43:06 +00:00
committed by GitHub

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: '',