Skip to content

feat: include full ARC56 source info #883

feat: include full ARC56 source info

feat: include full ARC56 source info #883

Triggered via pull request October 23, 2024 09:41
Status Failure
Total duration 2m 41s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
error: expect(received).toBe(expected): tests/general.test.ts#L127
Expected: 6060 Received: 6085 at /home/runner/work/TEALScript/TEALScript/tests/general.test.ts:127:34
error: expect(received).toEqual(expected): tests/account.test.ts#L41
[ "// assert(a.assetBalance(AssetID.fromUint64(123)))", "frame_dig -1 // a: Address", + "int 123", - "pushint 123", "asset_holding_get AssetBalance", "pop", "assert" ] - Expected - 1 + Received + 1 at /home/runner/work/TEALScript/TEALScript/tests/account.test.ts:41:43
error: expect(received).toEqual(expected): tests/account.test.ts#L52
[ "// assert(a.assetFrozen(AssetID.fromUint64(123)))", "frame_dig -1 // a: Address", + "int 123", - "pushint 123", "asset_holding_get AssetFrozen", "pop", "assert" ] - Expected - 1 + Received + 1 at /home/runner/work/TEALScript/TEALScript/tests/account.test.ts:52:42
error: expect(received).toEqual(expected): tests/account.test.ts#L63
[ "// assert(a.isOptedInToAsset(AssetID.fromUint64(123)))", "frame_dig -1 // a: Address", + "int 123", - "pushint 123", "asset_holding_get AssetBalance", "swap", "pop", "assert" ] - Expected - 1 + Received + 1 at /home/runner/work/TEALScript/TEALScript/tests/account.test.ts:63:39
test
Process completed with exit code 1.
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/