fixed small test bug
This commit is contained in:
parent
d28476e9f7
commit
25a3c18bfe
@ -22,7 +22,7 @@ function makeThreeMinuteExpiry(): BigNumber {
|
||||
return new BigNumber(Math.round(expiry.valueOf() / constants.ONE_SECOND_MS));
|
||||
}
|
||||
|
||||
describe.only('QuoteRequestor', async () => {
|
||||
describe('QuoteRequestor', async () => {
|
||||
const [makerToken, takerToken, otherToken1] = tokenUtils.getDummyERC20TokenAddresses();
|
||||
const makerAssetData = assetDataUtils.encodeERC20AssetData(makerToken);
|
||||
const takerAssetData = assetDataUtils.encodeERC20AssetData(takerToken);
|
||||
|
Loading…
x
Reference in New Issue
Block a user