Skip to content

feat(base): enable base sepolia and update types #13

feat(base): enable base sepolia and update types

feat(base): enable base sepolia and update types #13

Triggered via pull request March 15, 2024 10:29
Status Failure
Total duration 55s
Artifacts

ci-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test/fetching/fetchMetadataFromUri.test.ts > Fetch metadata from URI > should fetch and add metadata from IPFS: test/fetching/fetchMetadataFromUri.test.ts#L25
AssertionError: expected undefined not to be undefined ❯ test/fetching/fetchMetadataFromUri.test.ts:25:22
test/fetching/fetchMetadataFromUri.test.ts > Fetch metadata from URI > should fetch metadata from HTTPS: test/fetching/fetchMetadataFromUri.test.ts#L48
AssertionError: expected undefined not to be undefined ❯ test/fetching/fetchMetadataFromUri.test.ts:48:22
test/fetching/fetchMetadataFromUri.test.ts > Fetch metadata from URI > should fetch metadata with only CID: test/fetching/fetchMetadataFromUri.test.ts#L71
AssertionError: expected undefined not to be undefined ❯ test/fetching/fetchMetadataFromUri.test.ts:71:22
test/fetching/fetchMetadataFromUri.test.ts > Fetch metadata from URI > should return undefined if no metadata is found: test/fetching/fetchMetadataFromUri.test.ts#L94
AssertionError: expected undefined not to be undefined ❯ test/fetching/fetchMetadataFromUri.test.ts:94:22
test/parsing/claimStoredEvent.test.ts > claimStoredEvent > parses a claim stored event: test/parsing/claimStoredEvent.test.ts#L21
AssertionError: expected Promise{…} to deeply equal { …(3) } - Expected + Received - Object { - "claimID": 475783144192587n, - "contractAddress": "0x54dafeeec4275aa1ba106dae2bbcf665b7eaf349", - "uri": "https://rich-youngster.name", - } + Promise {} ❯ test/parsing/claimStoredEvent.test.ts:21:20
test/parsing/claimStoredEvent.test.ts > claimStoredEvent > returns undefined when the event is missing claimID or URI: test/parsing/claimStoredEvent.test.ts#L41
AssertionError: expected Promise{…} to be undefined // Object.is equality - Expected: undefined + Received: Promise {} ❯ test/parsing/claimStoredEvent.test.ts:41:20
test/parsing/claimStoredEvent.test.ts > claimStoredEvent > returns undefined when the event address is invalid: test/parsing/claimStoredEvent.test.ts#L58
AssertionError: expected Promise{…} to be undefined // Object.is equality - Expected: undefined + Received: Promise {} ❯ test/parsing/claimStoredEvent.test.ts:58:20
test/storage/storeHypercert.test.ts > storeHypercert > store hypercert data in DB: test/storage/storeHypercert.test.ts#L15
TypeError: storeHypercert is not a function ❯ test/storage/storeHypercert.test.ts:15:31
test/storage/updateLastBlockIndexed.test.ts > updateLastBlockIndexed > update the last block indexed in DB: test/storage/updateLastBlockIndexed.test.ts#L11
TypeError: updateLastBlockIndexed is not a function ❯ test/storage/updateLastBlockIndexed.test.ts:11:36
test
Process completed with exit code 1.