From cf04b3d587018b9ceeb3a7cad6a6019882077a56 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Thu, 15 Feb 2024 19:42:21 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com> --- cmd/devp2p/internal/ethtest/suite.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/devp2p/internal/ethtest/suite.go b/cmd/devp2p/internal/ethtest/suite.go index 47c15ac268..d9efe26244 100644 --- a/cmd/devp2p/internal/ethtest/suite.go +++ b/cmd/devp2p/internal/ethtest/suite.go @@ -155,7 +155,7 @@ func (s *Suite) TestGetBlockHeaders(t *utesting.T) { } func (s *Suite) TestSimultaneousRequests(t *utesting.T) { - t.Log(`This test requests blocks headers from the node, performing two requests in + t.Log(`This test requests blocks headers from the node, performing two requests concurrently, with different request IDs.`) conn, err := s.dial() @@ -795,7 +795,7 @@ func (s *Suite) makeBlobTxs(count, blobs int, discriminator byte) (txs types.Tra } func (s *Suite) TestBlobViolations(t *utesting.T) { - t.Log(`This test sends some invalid blob tx announcements, and expects the node to disconnect.`) + t.Log(`This test sends some invalid blob tx announcements and expects the node to disconnect.`) if err := s.engine.sendForkchoiceUpdated(); err != nil { t.Fatalf("send fcu failed: %v", err)