We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab94e8a commit 19113d1Copy full SHA for 19113d1
beacon_node/network/src/network_beacon_processor/tests.rs
@@ -730,7 +730,8 @@ async fn import_gossip_block_acceptably_early() {
730
.await;
731
}
732
if num_data_columns > 0 {
733
- rig.assert_event_journal_completes(&[WorkType::ColumnReconstruction]).await;
+ rig.assert_event_journal_completes(&[WorkType::ColumnReconstruction])
734
+ .await;
735
736
737
// Note: this section of the code is a bit race-y. We're assuming that we can set the slot clock
0 commit comments