Skip to content

Commit a2c52d4

Browse files
author
Tiago Siebler
committed
fix: unnecessary test parameter
1 parent f869f54 commit a2c52d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/public.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,9 @@ describe('Public Inverse REST API Endpoints', () => {
163163
});
164164

165165
it('getInterestRateAndLoanQuota()', async () => {
166-
expect(
167-
await api.getInterestRateAndLoanQuota({ instId: 'BTC-USD' }),
168-
).toMatchObject(successResponseList());
166+
expect(await api.getInterestRateAndLoanQuota()).toMatchObject(
167+
successResponseList(),
168+
);
169169
});
170170

171171
it('getVIPInterestRateAndLoanQuota()', async () => {

0 commit comments

Comments
 (0)