feat: use the kilt indexer #4373
Triggered via pull request
September 18, 2024 12:58
Status
Failure
Total duration
1m 38s
Artifacts
–
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-18T13:00:10.915Z\"
+ greaterThan: \"2023-09-18T13:00:10.925Z\",
+ lessThan: \"2023-09-18T13:00:18.959Z\"
}
}
removalBlockExists: true
}
) {
at Object.<anonymous> (src/backend/revoker/indexer/queryAttestation.test.ts:160:36)
|
build
Process completed with exit code 1.
|