Skip to content

Commit ab94e8a

Browse files
committed
maybe fix test?
1 parent 0ee7abf commit ab94e8a

File tree

1 file changed

+3
-0
lines changed
  • beacon_node/network/src/network_beacon_processor

1 file changed

+3
-0
lines changed

beacon_node/network/src/network_beacon_processor/tests.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,9 @@ async fn import_gossip_block_acceptably_early() {
729729
rig.assert_event_journal_completes(&[WorkType::GossipDataColumnSidecar])
730730
.await;
731731
}
732+
if num_data_columns > 0 {
733+
rig.assert_event_journal_completes(&[WorkType::ColumnReconstruction]).await;
734+
}
732735

733736
// Note: this section of the code is a bit race-y. We're assuming that we can set the slot clock
734737
// and check the head in the time between the block arrived early and when its due for

0 commit comments

Comments
 (0)