Fix typo
This commit is contained in:
parent
f1ddbc9387
commit
c905b20ce6
@ -173,7 +173,7 @@ describe('HttpClient', () => {
|
|||||||
const feeRecipients = await relayerClient.getFeeRecipientsAsync();
|
const feeRecipients = await relayerClient.getFeeRecipientsAsync();
|
||||||
expect(feeRecipients).to.be.deep.equal(feeRecipientsResponse);
|
expect(feeRecipients).to.be.deep.equal(feeRecipientsResponse);
|
||||||
});
|
});
|
||||||
it('gets fee reciipient with specified page options', async () => {
|
it('gets fee recipient with specified page options', async () => {
|
||||||
const urlWithQuery = `${url}?networkId=42&page=3&perPage=50`;
|
const urlWithQuery = `${url}?networkId=42&page=3&perPage=50`;
|
||||||
fetchMock.get(urlWithQuery, feeRecipientsResponseJSON);
|
fetchMock.get(urlWithQuery, feeRecipientsResponseJSON);
|
||||||
const pagedRequestOptions = {
|
const pagedRequestOptions = {
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
import * as chai from 'chai';
|
import * as chai from 'chai';
|
||||||
import * as dirtyChai from 'dirty-chai';
|
import * as dirtyChai from 'dirty-chai';
|
||||||
import * as _ from 'lodash';
|
import * as _ from 'lodash';
|
||||||
|
|
||||||
import 'mocha';
|
import 'mocha';
|
||||||
|
|
||||||
import { ordersChannelFactory } from '../src/orders_channel_factory';
|
import { ordersChannelFactory } from '../src/orders_channel_factory';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user