Skip to content

Commit

Permalink
fix(orm): run module_test failed (#19057)
Browse files Browse the repository at this point in the history
  • Loading branch information
levisyin authored Jan 15, 2024
1 parent 4c28b8e commit 22683c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions orm/model/ormdb/module_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import (
"gotest.tools/v3/assert"
"gotest.tools/v3/golden"

appv1alpha1 "cosmossdk.io/api/cosmos/app/v1alpha1"
ormmodulev1alpha1 "cosmossdk.io/api/cosmos/orm/module/v1alpha1"
ormv1alpha1 "cosmossdk.io/api/cosmos/orm/v1alpha1"
"cosmossdk.io/core/genesis"
Expand All @@ -34,8 +35,8 @@ import (

func init() {
// this registers the test module with the module registry
am.Register(&testpb.Module{},
am.Provide(NewKeeper),
appconfig.RegisterModule(&testpb.Module{},
appconfig.Provide(NewKeeper),
)
}

Expand Down

0 comments on commit 22683c5

Please sign in to comment.