chore: fix typos and naming inconsistencies (#25001)

Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
This commit is contained in:
Gengar
2025-07-25 19:05:59 +00:00
committed by GitHub
co-authored by Alex | Interchain Labs
parent ef889cdcdf
commit 15cb0ca7ce
11 changed files with 36 additions and 36 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ import (
)
// TestRandomizedGenState tests the normal scenario of applying RandomizedGenState.
// Abonormal scenarios are not tested here.
// Abnormal scenarios are not tested here.
func TestRandomizedGenState(t *testing.T) {
interfaceRegistry := codectypes.NewInterfaceRegistry()
cdc := codec.NewProtoCodec(interfaceRegistry)
+1 -1
View File
@@ -150,7 +150,7 @@ func (suite *SimTestSuite) TestWeightedOperations() {
}
// TestSimulateMsgUnjail tests the normal scenario of a valid message of type types.MsgUnjail.
// Abonormal scenarios, where the message is created by an errors, are not tested here.
// Abnormal scenarios, where the message is created by an errors, are not tested here.
func (suite *SimTestSuite) TestSimulateMsgUnjail() {
blockTime := time.Now().UTC()
ctx := suite.ctx.WithBlockTime(blockTime)