Skip to content

feat: add tests for auction and voting example contracts #66

feat: add tests for auction and voting example contracts

feat: add tests for auction and voting example contracts #66

Triggered via pull request December 30, 2024 09:30
@boblatboblat
synchronize #22
feat-examples
Status Failure
Total duration 3m 54s
Billable time 4m
Artifacts

pr.yml

on: pull_request
Build @algorandfoundation/algorand-typescript-testing  /  node-ci
3m 41s
Build @algorandfoundation/algorand-typescript-testing / node-ci
Fit to window
Zoom out
Zoom in

Annotations

1 error and 13 warnings
Build @algorandfoundation/algorand-typescript-testing / node-ci
Process completed with exit code 1.
Build @algorandfoundation/algorand-typescript-testing / node-ci
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build @algorandfoundation/algorand-typescript-testing / node-ci: src/value-generators/avm.ts#L42
Replace `.fill(0).map(()·=>·Math.random().toString(36).substring(2)).join('')` with `⏎······.fill(0)⏎······.map(()·=>·Math.random().toString(36).substring(2))⏎······.join('')⏎······`
Build @algorandfoundation/algorand-typescript-testing / node-ci: examples/voting/contract.spec.ts#L23
Replace `...Array(13).fill(0).map((_,·i)·=>·new·UintN8(i))` with `⏎······...Array(13)⏎········.fill(0)⏎········.map((_,·i)·=>·new·UintN8(i)),⏎····`
Build @algorandfoundation/algorand-typescript-testing / node-ci: examples/voting/contract.spec.ts#L26
Replace `⏎······voteId,⏎······snapshotPublicKey,⏎······metadataIpfsCid,⏎······startTime,⏎······endTime,⏎······optionCounts,⏎······quorum,⏎·····` with `voteId,·snapshotPublicKey,·metadataIpfsCid,·startTime,·endTime,·optionCounts,·quorum,`