Refine API of the testing framework #2182
Triggered via pull request
September 25, 2023 09:45
Status
Failure
Total duration
4m 45s
Artifacts
–
downstream.yml
on: pull_request
flow-go
4m 15s
Emulator
2m 14s
Annotations
6 errors
Emulator
cannot use &facadeEnvironment{} (value of type *facadeEnvironment) as Environment value in variable declaration: *facadeEnvironment does not implement Environment (missing method ReadRandom)
|
Emulator
cannot use env (variable of type *facadeEnvironment) as Environment value in argument to env.Runtime.SetEnvironment: *facadeEnvironment does not implement Environment (missing method ReadRandom)
|
Emulator
cannot use env (variable of type *facadeEnvironment) as Environment value in argument to NewAccountKeyUpdater: *facadeEnvironment does not implement Environment (missing method ReadRandom)
|
Emulator
Process completed with exit code 1.
|
flow-go
cannot use func(key string, value interpreter.Value) {…} (value of type func(key string, value interpreter.Value)) as func(fieldName string, fieldValue interpreter.Value) (resume bool) value in argument to compValue.ForEachField
|
flow-go
Process completed with exit code 1.
|