feat: migrate onft to use x/nft base structure and keepers #244
Annotations
10 errors
lint:
x/onft/simulation/decoder.go#L1
: # github.com/OmniFlix/omniflixhub/v2/x/onft/simulation
|
lint:
x/onft/simulation/operations.go#L434
k.GetOwners undefined (type "github.com/OmniFlix/omniflixhub/v2/x/onft/keeper".Keeper has no field or method GetOwners) (typecheck)
|
lint:
x/onft/module.go#L10
could not import github.com/OmniFlix/omniflixhub/v2/x/onft/simulation (-: # github.com/OmniFlix/omniflixhub/v2/x/onft/simulation
|
lint:
x/onft/simulation/operations.go#L434
k.GetOwners undefined (type "github.com/OmniFlix/omniflixhub/v2/x/onft/keeper".Keeper has no field or method GetOwners)) (typecheck)
|
lint:
x/itc/keeper/keeper_test.go#L27
cannot use new(KeeperTestSuite) (value of type *KeeperTestSuite) as suite.TestingSuite value in argument to suite.Run: *KeeperTestSuite does not implement suite.TestingSuite (missing method SetS) (typecheck)
|
lint:
x/itc/keeper/keeper_test.go#L63
suite.Setup undefined (type *KeeperTestSuite has no field or method Setup) (typecheck)
|
lint:
x/itc/keeper/keeper_test.go#L67
suite.TestAccs undefined (type *KeeperTestSuite has no field or method TestAccs) (typecheck)
|
lint:
x/itc/keeper/keeper_test.go#L68
suite.FundAcc undefined (type *KeeperTestSuite has no field or method FundAcc) (typecheck)
|
lint:
x/itc/keeper/keeper_test.go#L71
suite.QueryHelper undefined (type *KeeperTestSuite has no field or method QueryHelper) (typecheck)
|
lint:
x/itc/keeper/keeper_test.go#L72
suite.App undefined (type *KeeperTestSuite has no field or method App) (typecheck)
|