Skip to content

Commit

Permalink
Merge pull request #331 from tiagosiebler/testfixes
Browse files Browse the repository at this point in the history
chore(): remove UM tests covering dead endpoints, fix v5 test
  • Loading branch information
tiagosiebler authored Mar 30, 2024
2 parents 12d06db + 1fd2ad4 commit 185f02a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 108 deletions.
106 changes: 0 additions & 106 deletions test/unified-margin/private.read.test.ts

This file was deleted.

4 changes: 2 additions & 2 deletions test/v5/private.write.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ describe('Private WRITE V5 REST API Endpoints', () => {
}),
).toMatchObject({
// ...successResponseObjectV3(),
retCode: API_ERROR_CODE.SPOT_LEVERAGE_QUIZ_REQUIRED,
retCode: 175025,
// retMsg: '',
});
});
Expand All @@ -459,7 +459,7 @@ describe('Private WRITE V5 REST API Endpoints', () => {
}),
).toMatchObject({
// ...successResponseObjectV3(),
retCode: API_ERROR_CODE.SPOT_LEVERAGE_TOKEN_INSUFFICIENT_BALANCE,
retCode: 175025,
// retMsg: '',
});
});
Expand Down

0 comments on commit 185f02a

Please sign in to comment.