Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DongLieu committed Oct 13, 2023
1 parent 63179fc commit ca84e4a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions x/interchainstaking/keeper/grpc_query_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1305,11 +1305,10 @@ func (suite *KeeperTestSuite) TestKeeper_MappedAccounts() {

func (suite *KeeperTestSuite) TestKeeper_Zone() {
testCases := []struct {
name string
malleate func()
req *types.QueryZoneRequest
wantErr bool
expectLength int
name string
malleate func()
req *types.QueryZoneRequest
wantErr bool
}{
{
name: "empty request",
Expand Down

0 comments on commit ca84e4a

Please sign in to comment.