feat: use the kilt indexer #4372
Triggered via pull request
September 18, 2024 12:57
Status
Failure
Total duration
1m 29s
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#L184
expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 1
@@ -11,11 +11,11 @@
equalTo: \"undefined\"
}
creationBlock: {
timeStamp: {
greaterThan: \"1970-01-01T00:00:00.000Z\",
- lessThan: \"2023-09-18T12:58:48.930Z\"
+ lessThan: \"2023-09-18T12:58:48.935Z\"
}
}
removalBlockExists: true
}
) {
at Object.<anonymous> (src/backend/revoker/indexer/queryAttestation.test.ts:184:36)
|
build
Process completed with exit code 1.
|