Merge pull request #404 from JJ-Cro/failingTestJan152025
fix(): updated test parameters so it can pass
This commit is contained in:
@@ -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: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user