Add e2e and oracle keeper tests #160
Annotations
9 errors and 1 warning
build:
tests/e2e/e2e_test.go#L322
assignment mismatch: 1 variable but s.oraclekeeper.GetCurrentQueryInCycleList returns 2 values
|
build:
tests/e2e/e2e_test.go#L331
assignment mismatch: 1 variable but s.oraclekeeper.GetCurrentQueryInCycleList returns 2 values
|
build:
tests/e2e/e2e_test.go#L339
assignment mismatch: 1 variable but s.oraclekeeper.GetCurrentQueryInCycleList returns 2 values
|
build:
tests/e2e/keeper_test.go#L175
too many arguments in call to oraclekeeper.NewKeeper
|
build:
tests/e2e/keeper_test.go#L178
too many arguments in call to disputekeeper.NewKeeper
|
build:
tests/e2e/keeper_test.go#L188
undefined: dispute.AppWiringSetup
|
build:
tests/e2e/keeper_test.go#L189
undefined: oracle.AppWiringSetup
|
build:
tests/e2e/keeper_test.go#L447
cannot use s.oraclekeeper (variable of type "github.com/tellor-io/layer/x/oracle/keeper".Keeper) as "github.com/tellor-io/layer/x/oracle/types".QueryServer value in argument to oracletypes.RegisterQueryServer: "github.com/tellor-io/layer/x/oracle/keeper".Keeper does not implement "github.com/tellor-io/layer/x/oracle/types".QueryServer (missing method CurrentCyclelistQuery)
|
build
Process completed with exit code 1.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|