Commit 7b17d71 1 parent 8389f05 commit 7b17d71 Copy full SHA for 7b17d71
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ func TestAppUpgrade_CannotDeleteLatestVersion(t *testing.T) {
71
71
encCfg ,
72
72
EmptyAppOptions {},
73
73
func (app * baseapp.BaseApp ) {
74
- cms := rootmulti .NewStore (db )
74
+ cms := rootmulti .NewStore (db , app . Logger () )
75
75
cms .SetPruning (storetypes .PruneDefault )
76
76
app .SetCMS (cms )
77
77
},
@@ -156,7 +156,7 @@ func TestAppUpgrade_CannotLoadCorruptStoreUsingLatestHeight(t *testing.T) {
156
156
encCfg ,
157
157
EmptyAppOptions {},
158
158
func (app * baseapp.BaseApp ) {
159
- cms := rootmulti .NewStore (db )
159
+ cms := rootmulti .NewStore (db , app . Logger () )
160
160
cms .SetPruning (storetypes .PruneDefault )
161
161
app .SetCMS (cms )
162
162
},
@@ -190,7 +190,7 @@ func TestAppUpgrade_CannotLoadCorruptStoreUsingLatestHeight(t *testing.T) {
190
190
encCfg ,
191
191
EmptyAppOptions {},
192
192
func (app * baseapp.BaseApp ) {
193
- cms := rootmulti .NewStore (db )
193
+ cms := rootmulti .NewStore (db , app . Logger () )
194
194
cms .SetPruning (storetypes .PruneDefault )
195
195
app .SetCMS (cms )
196
196
},
You can’t perform that action at this time.
0 commit comments