mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-10 07:58:22 -05:00
Fix Unhandled Error (#12938)
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
@@ -233,6 +233,7 @@ func TestSendRequest_SendBeaconBlocksByRangeRequest(t *testing.T) {
|
||||
break
|
||||
}
|
||||
wsb, err := blocks.NewSignedBeaconBlock(knownBlocks[i])
|
||||
require.NoError(t, err)
|
||||
err = WriteBlockChunk(stream, startup.NewClock(time.Now(), [32]byte{}), p2.Encoding(), wsb)
|
||||
if err != nil && err.Error() != network.ErrReset.Error() {
|
||||
require.NoError(t, err)
|
||||
|
||||
Reference in New Issue
Block a user