Fix release tests

This commit is contained in:
Jimmy Chen
2023-08-08 17:33:25 +10:00
parent d401633100
commit 3ba9047437
5 changed files with 12 additions and 6 deletions

View File

@@ -343,7 +343,7 @@ impl TestRig {
self.network_beacon_processor
.send_blobs_by_range_request(
PeerId::random(),
(ConnectionId::new(42), SubstreamId::new(24)),
(ConnectionId::new_unchecked(42), SubstreamId::new(24)),
BlobsByRangeRequest {
start_slot: 0,
count,