fixed small test bug

This commit is contained in:
Daniel Pyrathon 2020-08-10 17:59:37 -07:00
parent d28476e9f7
commit 25a3c18bfe

View File

@ -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);