diff --git a/src/backend/revoker/indexer/queryAttestations.ts b/src/backend/revoker/indexer/queryAttestations.ts index c3ac3ce3..dc34dfba 100644 --- a/src/backend/revoker/indexer/queryAttestations.ts +++ b/src/backend/revoker/indexer/queryAttestations.ts @@ -126,5 +126,3 @@ async function* attestationParser( }; } } - -// TODO: add unit tests for this file diff --git a/src/backend/revoker/indexer/queryFromIndexer.ts b/src/backend/revoker/indexer/queryFromIndexer.ts index 57421ed4..f6640266 100644 --- a/src/backend/revoker/indexer/queryFromIndexer.ts +++ b/src/backend/revoker/indexer/queryFromIndexer.ts @@ -111,5 +111,3 @@ export async function* matchesGenerator( await sleep(QUERY_INTERVAL_MS); } } - -// TODO: add unit tests for this file