aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/extensions
diff options
context:
space:
mode:
Diffstat (limited to 'contracts/extensions')
-rw-r--r--contracts/extensions/test/extensions/balance_threshold_filter.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/contracts/extensions/test/extensions/balance_threshold_filter.ts b/contracts/extensions/test/extensions/balance_threshold_filter.ts
index 72227090b..63cb9de31 100644
--- a/contracts/extensions/test/extensions/balance_threshold_filter.ts
+++ b/contracts/extensions/test/extensions/balance_threshold_filter.ts
@@ -135,7 +135,7 @@ describe(ContractName.BalanceThresholdFilter, () => {
// Create proxies
const erc20Proxy = await erc20Wrapper.deployProxyAsync();
await erc20Wrapper.setBalancesAndAllowancesAsync();
- // Deploy Exchange congtract
+ // Deploy Exchange contract
exchangeInstance = await ExchangeContract.deployFrom0xArtifactAsync(
protocolArtifacts.Exchange,
provider,
@@ -356,7 +356,6 @@ describe(ContractName.BalanceThresholdFilter, () => {
),
);
});
- // @TODO - greater than 1 balance
});
describe('batchFillOrders', () => {