diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/exchange_wrapper_test.ts | 1 | ||||
-rw-r--r-- | test/token_wrapper_test.ts | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/test/exchange_wrapper_test.ts b/test/exchange_wrapper_test.ts index 4bd216757..371f96954 100644 --- a/test/exchange_wrapper_test.ts +++ b/test/exchange_wrapper_test.ts @@ -714,7 +714,6 @@ describe('ExchangeWrapper', () => { done(); })().catch(done); }); - // TODO test block reorgs and backfills }); describe('#getOrderHashHexUsingContractCallAsync', () => { let makerTokenAddress: string; diff --git a/test/token_wrapper_test.ts b/test/token_wrapper_test.ts index eac540d03..17f4ac875 100644 --- a/test/token_wrapper_test.ts +++ b/test/token_wrapper_test.ts @@ -416,7 +416,6 @@ describe('TokenWrapper', () => { done(); })().catch(done); }); - // TODO test block reorgs and backfills }); describe('#getLogsAsync', () => { let tokenAddress: string; |