feat: use the kilt indexer #4376
Triggered via pull request
September 18, 2024 13:31
Status
Failure
Total duration
1m 37s
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#L182
expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 1
@@ -10,11 +10,11 @@
issuerId: {
equalTo: \"undefined\"
}
creationBlock: {
timeStamp: {
- greaterThan: \"1970-01-01T00:00:00.000Z\",
+ greaterThan: \"2023-09-18T13:32:37.119Z\",
lessThan: \"2023-09-18T13:32:37.119Z\"
}
}
removalBlockExists: true
}
at Object.<anonymous> (src/backend/revoker/indexer/queryAttestation.test.ts:182:36)
|
build
Process completed with exit code 1.
|