Skip to content

Commit

Permalink
add forced migration to fix upgrade tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Jun 24, 2024
1 parent e1b8c14 commit f4330ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/setup_handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ import (
"github.com/zeta-chain/zetacore/pkg/constant"
emissionstypes "github.com/zeta-chain/zetacore/x/emissions/types"
ibccrosschaintypes "github.com/zeta-chain/zetacore/x/ibccrosschain/types"

authoritytypes "github.com/zeta-chain/zetacore/x/authority/types"
)

func SetupHandlers(app *App) {
Expand Down Expand Up @@ -66,6 +68,7 @@ func SetupHandlers(app *App) {
govtypes.ModuleName,
crisistypes.ModuleName,
emissionstypes.ModuleName,
authoritytypes.ModuleName,

Check warning on line 71 in app/setup_handlers.go

View check run for this annotation

Codecov / codecov/patch

app/setup_handlers.go#L71

Added line #L71 was not covered by tests
}
allUpgrades := upgradeTracker{
upgrades: []upgradeTrackerItem{
Expand Down

0 comments on commit f4330ec

Please sign in to comment.