ContractReader Interface Tests #3661
Annotations
4 errors and 1 warning
Run cd ./integration-tests && go test -run=xxx ./...
cannot use it (variable of type *SolanaChainComponentsInterfaceTester[*"testing".T]) as interfacetests.ChainComponentsInterfaceTester[*"testing".T] value in argument to commontestutils.WrapContractReaderTesterForLoop: *SolanaChainComponentsInterfaceTester[*"testing".T] does not implement interfacetests.ChainComponentsInterfaceTester[*"testing".T] (missing method GetContractWriter)
|
Run cd ./integration-tests && go test -run=xxx ./...
in call to RunContractReaderInterfaceTests, type *SolanaChainComponentsInterfaceTester[T] of it does not match inferred type interfacetests.ChainComponentsInterfaceTester[T] for interfacetests.ChainComponentsInterfaceTester[T]
|
Run cd ./integration-tests && go test -run=xxx ./...
undefined: types.ChainWriter
|
Run cd ./integration-tests && go test -run=xxx ./...
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading