@@ -123,7 +123,7 @@ func TestInitGenesis(t *testing.T) {
123
123
assertHeightValsetUpdateIDs (t , ctx , & ck , defaultHeightValsetUpdateIDs )
124
124
125
125
require .Equal (t , validator .Address .Bytes (), ck .GetAllCCValidator (ctx )[0 ].Address )
126
- require .Equal (t , gs .Params , ck .GetParams (ctx ))
126
+ require .Equal (t , gs .Params , ck .GetConsumerParams (ctx ))
127
127
},
128
128
}, {
129
129
"restart a chain without an established CCV channel" ,
@@ -150,7 +150,7 @@ func TestInitGenesis(t *testing.T) {
150
150
assertHeightValsetUpdateIDs (t , ctx , & ck , defaultHeightValsetUpdateIDs )
151
151
assertProviderClientID (t , ctx , & ck , provClientID )
152
152
require .Equal (t , validator .Address .Bytes (), ck .GetAllCCValidator (ctx )[0 ].Address )
153
- require .Equal (t , gs .Params , ck .GetParams (ctx ))
153
+ require .Equal (t , gs .Params , ck .GetConsumerParams (ctx ))
154
154
},
155
155
}, {
156
156
"restart a chain with an established CCV channel" ,
@@ -194,7 +194,7 @@ func TestInitGenesis(t *testing.T) {
194
194
assertHeightValsetUpdateIDs (t , ctx , & ck , updatedHeightValsetUpdateIDs )
195
195
assertProviderClientID (t , ctx , & ck , provClientID )
196
196
197
- require .Equal (t , gs .Params , ck .GetParams (ctx ))
197
+ require .Equal (t , gs .Params , ck .GetConsumerParams (ctx ))
198
198
},
199
199
},
200
200
}
0 commit comments