Skip to content

Commit

Permalink
Removed warnings from setup.go
Browse files Browse the repository at this point in the history
  • Loading branch information
kirdatatjana committed Aug 26, 2024
1 parent df4de45 commit dbc0051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ func (suite *CCVTestSuite) SetupAllTransferChannels() {
}
}

func (s CCVTestSuite) validateEndpointsClientConfig(consumerBundle icstestingutils.ConsumerBundle) { //nolint:govet // this is a test so we can copy locks
func (s *CCVTestSuite) validateEndpointsClientConfig(consumerBundle icstestingutils.ConsumerBundle) { //nolint:govet // this is a test so we can copy locks
consumerKeeper := consumerBundle.GetKeeper()
providerStakingKeeper := s.providerApp.GetTestStakingKeeper()

Expand Down

0 comments on commit dbc0051

Please sign in to comment.