Skip to content

Update to Latest Emulator & Test Framework Changes #96

Update to Latest Emulator & Test Framework Changes

Update to Latest Emulator & Test Framework Changes #96

Triggered via pull request November 19, 2025 03:48
Status Failure
Total duration 5m 11s
Artifacts

code-analysis.yml

on: pull_request
Matrix: analyze-code
Fit to window
Zoom out
Zoom in

Annotations

3 errors
analyze-code (go)
Process completed with exit code 1.
analyze-code (go): internal/test/test.go#L316
cannot use func(location common.Location) (string, error) {…} (value of type func(location "github.com/onflow/cadence/common".Location) (string, error)) as "github.com/onflow/cadence-tools/test".ImportResolver value in return statement
analyze-code (go): internal/test/test.go#L267
runner.WithImportResolver(importResolver(scriptPath, state)).WithFileResolver(fileResolver(scriptPath, state)).WithContracts undefined (type *"github.com/onflow/cadence-tools/test".TestRunner has no field or method WithContracts)