Skip to content

Commit

Permalink
fix(checks): linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mattevans committed Jan 30, 2025
1 parent 4b9ed74 commit 9c2dbc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/checks/el_block_height_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ func TestELBlockHeightCheck_Run(t *testing.T) {

if tt.expectError {
require.Error(t, err)

return
}

Expand Down
1 change: 1 addition & 0 deletions pkg/checks/el_peer_count_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ func TestELPeerCountCheck_Run(t *testing.T) {

if tt.expectError {
require.Error(t, err)

return
}

Expand Down
1 change: 1 addition & 0 deletions pkg/checks/el_sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ func TestELSyncCheck_Run(t *testing.T) {

if tt.expectError {
require.Error(t, err)

return
}

Expand Down

0 comments on commit 9c2dbc0

Please sign in to comment.