Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
catShaark committed Jun 7, 2022
1 parent 86fe144 commit 5ba7439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/core/02-client/keeper/grpc_query_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ func (suite *KeeperTestSuite) TestQueryConsensusState() {
func (suite *KeeperTestSuite) TestQueryConsensusStates() {
var (
req *types.QueryConsensusStatesRequest
expConsensusStates = []types.ConsensusStateWithHeight{}
expConsensusStates []types.ConsensusStateWithHeight
)

testCases := []struct {
Expand Down Expand Up @@ -401,7 +401,7 @@ func (suite *KeeperTestSuite) TestQueryConsensusStates() {
func (suite *KeeperTestSuite) TestQueryConsensusStateHeights() {
var (
req *types.QueryConsensusStateHeightsRequest
expConsensusStateHeights = []types.Height{}
expConsensusStateHeights []types.Height
)

testCases := []struct {
Expand Down

0 comments on commit 5ba7439

Please sign in to comment.