diff options
Diffstat (limited to 'test/token_wrapper_test.ts')
-rw-r--r-- | test/token_wrapper_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/token_wrapper_test.ts b/test/token_wrapper_test.ts index be97496e0..6ada6588c 100644 --- a/test/token_wrapper_test.ts +++ b/test/token_wrapper_test.ts @@ -416,7 +416,7 @@ describe('TokenWrapper', () => { done(); })().catch(done); }); - // TODO test block reorgs + // TODO test block reorgs and backfills }); describe('#getLogsAsync', () => { let tokenAddress: string; |