sort static analyzers, add more, fix violations (#13441)

This commit is contained in:
Preston Van Loon
2024-01-09 17:29:36 -06:00
committed by GitHub
parent 2aef7a3ec5
commit 98e3f2b80f
6 changed files with 66 additions and 35 deletions

View File

@@ -606,8 +606,6 @@ func TestBlocksFetcher_WaitForBandwidth(t *testing.T) {
p1.Connect(p2)
require.Equal(t, 1, len(p1.BHost.Network().Peers()), "Expected peers to be connected")
req := &ethpb.BeaconBlocksByRangeRequest{
StartSlot: 100,
Step: 1,
Count: 64,
}