Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
takeout unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Klebanoff committed Apr 14, 2020
1 parent 89dc1eb commit 8d17c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/asset-swapper/test/quote_requestor_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ chaiSetup.configure();
const expect = chai.expect;

describe('QuoteRequestor', async () => {
const [makerToken, takerToken, otherToken1, otherToken2] = tokenUtils.getDummyERC20TokenAddresses();
const [makerToken, takerToken, otherToken1] = tokenUtils.getDummyERC20TokenAddresses();
const makerAssetData = assetDataUtils.encodeERC20AssetData(makerToken);
const takerAssetData = assetDataUtils.encodeERC20AssetData(takerToken);

Expand Down

0 comments on commit 8d17c25

Please sign in to comment.