fix(): missing params for test
This commit is contained in:
@@ -105,7 +105,7 @@ describe('Private READ V5 REST API Endpoints', () => {
|
||||
});
|
||||
|
||||
it('getFeeRate()', async () => {
|
||||
expect(await api.getFeeRate()).toMatchObject({
|
||||
expect(await api.getFeeRate({ category: 'linear' })).toMatchObject({
|
||||
...successResponseObjectV3(),
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user