diff --git a/x/observer/keeper/msg_server_disable_fast_confirmation_test.go b/x/observer/keeper/msg_server_disable_fast_confirmation_test.go index 90dc85723c..4d2f48b992 100644 --- a/x/observer/keeper/msg_server_disable_fast_confirmation_test.go +++ b/x/observer/keeper/msg_server_disable_fast_confirmation_test.go @@ -39,7 +39,7 @@ func setupChainParamsList( require.NoError(t, err) } - // check list has two chain params with FAST confirmation enabled + // chain params should have FAST confirmation enabled allChainParams, found := k.GetChainParamsList(ctx) require.True(t, found) require.Len(t, allChainParams.ChainParams, len(chainParamsList))