Skip to content

Commit

Permalink
Update cmd/devp2p/internal/ethtest/suite.go
Browse files Browse the repository at this point in the history
Co-authored-by: fmoletta <[email protected]>
  • Loading branch information
fkrause98 and fmoletta authored Dec 6, 2024
1 parent 9372722 commit 65c2da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/devp2p/internal/ethtest/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ func (s *Suite) TestGetBlockReceipts(t *utesting.T) {
}
receipts := resp.ReceiptsResponse
if len(receipts) != len(req.GetReceiptsRequest) {
t.Fatalf("wrong bodies in response: expected %d bodies, got %d", len(req.GetReceiptsRequest), len(receipts))
t.Fatalf("wrong receipts in response: expected %d receipts, got %d", len(req.GetReceiptsRequest), len(receipts))
}
}

Expand Down

0 comments on commit 65c2da4

Please sign in to comment.