Skip to content

Commit

Permalink
no space
Browse files Browse the repository at this point in the history
  • Loading branch information
telackey committed Nov 20, 2023
1 parent 86cd96d commit 7c4ba0e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions x/registry/client/testutil/grpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func (s *IntegrationTestSuite) TestGRPCQueryParams() {
}
}

// nolint: all
//nolint: all
func (s *IntegrationTestSuite) TestGRPCQueryWhoIs() {
val := s.network.Validators[0]
sr := s.Require()
Expand Down Expand Up @@ -182,7 +182,7 @@ func (s *IntegrationTestSuite) TestGRPCQueryLookup() {
}
}

// nolint: all
//nolint: all
func (s *IntegrationTestSuite) TestGRPCQueryRecordExpiryQueue() {
val := s.network.Validators[0]
sr := s.Require()
Expand Down Expand Up @@ -254,7 +254,7 @@ func (s *IntegrationTestSuite) TestGRPCQueryRecordExpiryQueue() {
}
}

// nolint: all
//nolint: all
func (s *IntegrationTestSuite) TestGRPCQueryAuthorityExpiryQueue() {
val := s.network.Validators[0]
sr := s.Require()
Expand Down Expand Up @@ -326,7 +326,7 @@ func (s *IntegrationTestSuite) TestGRPCQueryAuthorityExpiryQueue() {
}
}

// nolint: all
//nolint: all
func (s *IntegrationTestSuite) TestGRPCQueryListRecords() {
val := s.network.Validators[0]
sr := s.Require()
Expand Down

0 comments on commit 7c4ba0e

Please sign in to comment.