Skip to content

feat: use the kilt indexer #4371

feat: use the kilt indexer

feat: use the kilt indexer #4371

Triggered via pull request September 17, 2024 17:23
Status Failure
Total duration 1m 36s
Artifacts

pull-request.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
The function that queries the old attestations issued by SocialKYC from the Indexer › queryExpiredAttestations() › on positive cases › should use request from the Indexer the expected query: src/backend/revoker/indexer/queryAttestation.test.ts#L160
expect(received).toMatchObject(expected) - Expected - 2 + Received + 2 @@ -10,12 +10,12 @@ issuerId: { equalTo: \"undefined\" } creationBlock: { timeStamp: { - greaterThan: \"1970-01-01T00:00:00.000Z\", - lessThan: \"2024-09-17T17:24:53.431Z\" + greaterThan: \"2023-09-17T17:24:53.450Z\", + lessThan: \"2023-09-17T17:25:01.488Z\" } } removalBlockExists: true } ) { at Object.<anonymous> (src/backend/revoker/indexer/queryAttestation.test.ts:160:36)
build
Process completed with exit code 1.