Skip to content

CI & Test Scaffolding #2

CI & Test Scaffolding

CI & Test Scaffolding #2

Triggered via pull request April 16, 2024 18:28
Status Failure
Total duration 2m 9s
Billable time 2m
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
tests/utils/deploy.test.ts: src/utils/deploy.ts#L153
Error: No config file path provided ❯ src/utils/deploy.ts:153:30 ❯ tests/utils/deploy.test.ts:2:31
tests/utils/smartContractMeta.test.ts > smartContractMeta > filtering > when filtering for capabilities an account would be granting > should return the capabilities that are granting > should return the capabilities that are granting: tests/utils/smartContractMeta.test.ts#L50
AssertionError: Only Granter Capabilities should be found - Expected + Received Array [ Object { "args": Array [ "customer", "escrow", Object { "decimal": "2.2", }, ], "name": "coin.TRANSFER", }, Object { "args": Array [ + "order-id", + "hash-of-data", + "merchant", + "customer", + Object { + "decimal": "2.2", + }, + ], + "name": "n_eef68e581f767dd66c4d4c39ed922be944ede505.delivery.CREATE_ORDER_LINE", + }, + Object { + "args": Array [ + "order-id", + "hash-of-data-2", + "merchant", + "customer", + Object { + "decimal": "2.2", + }, + ], + "name": "n_eef68e581f767dd66c4d4c39ed922be944ede505.delivery.CREATE_ORDER_LINE", + }, + Object { + "args": Array [ "customer", "escrow", Object { "decimal": "2.2", }, ], "name": "n_eef68e581f767dd66c4d4c39ed922be944ede505.webauthn-wallet.TRANSFER", }, Object { "args": Array [ "customer", Object { "int": "2", }, Object { "decimal": "2.2", }, ], "name": "n_eef68e581f767dd66c4d4c39ed922be944ede505.webauthn-wallet.GAS_PAYER", }, ] ❯ tests/utils/smartContractMeta.test.ts:50:18
tests/utils/smartContractMeta.test.ts > smartContractMeta > filtering > when filtering for capabilities an account would be granting > should return the capabilities that are granting > should return the capabilities that are accepting: tests/utils/smartContractMeta.test.ts#L75
AssertionError: Only Acceptor capabilities should be found - Expected + Received - Array [ - Object { - "args": Array [ - "order-id", - "hash-of-data", - "merchant", - "customer", - Object { - "decimal": "2.2", - }, - ], - "name": "n_eef68e581f767dd66c4d4c39ed922be944ede505.delivery.CREATE_ORDER_LINE", - }, - Object { - "args": Array [ - "order-id", - "hash-of-data-2", - "merchant", - "customer", - Object { - "decimal": "2.2", - }, - ], - "name": "n_eef68e581f767dd66c4d4c39ed922be944ede505.delivery.CREATE_ORDER_LINE", - }, - ] + Array [] ❯ tests/utils/smartContractMeta.test.ts:75:18
tests/utils/translation.test.ts > translation > when customizing translations > when customizing translations for n_eef68e581f767dd66c4d4c39ed922be944ede505.delivery.CREATE_ORDER_LINE > should show `For 5KDA you are receiving a Pizza Margherita`: tests/utils/translation.test.ts#L152
AssertionError: Should retrieve the custom translation with plugs - Expected + Received - For 5.5KDA you are making a Pizza Margherita + You are preparing DtOzsHEctJWrc4h5ne5k09n6CnIc80J4S0KjHSbz5P8 from c:zxy for 5.5 KDA ❯ tests/utils/translation.test.ts:152:16
build
Process completed with exit code 1.