Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Sep 27, 2023
1 parent 7dced2b commit d43673b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/cronos/migrations/v2/migrate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func newMockSubspace(ps types.Params) mockSubspace {
return mockSubspace{ps: ps}
}

func (ms mockSubspace) GetParamSet(ctx sdk.Context, ps exported.ParamSet) {
func (ms mockSubspace) GetParamSetIfExists(ctx sdk.Context, ps exported.ParamSet) {
*ps.(*types.Params) = ms.ps
}

Expand Down

0 comments on commit d43673b

Please sign in to comment.