chore: enable errcheck linter (#16406)

This commit is contained in:
ruthishvitwit
2023-07-12 08:58:27 +00:00
committed by GitHub
parent c5df6a355a
commit fd7e549a3c
140 changed files with 1019 additions and 617 deletions
+2 -1
View File
@@ -100,7 +100,8 @@ func (s *IntegrationTestSuite) TestQueryABCIHeight() {
for _, tc := range testCases {
s.Run(tc.name, func() {
s.network.WaitForHeight(tc.expHeight)
_, err := s.network.WaitForHeight(tc.expHeight)
s.Require().NoError(err)
val := s.network.Validators[0]