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 d9b2515 commit c32c745Copy full SHA for c32c745
beacon_node/http_api/tests/interactive_tests.rs
@@ -1106,7 +1106,7 @@ async fn lighthouse_restart_custody_backfill() {
1106
// `DataColumnCustodyInfo` should have been updated to the head epoch
1107
assert_eq!(
1108
earliest_data_column_epoch,
1109
- Some(harness.chain.epoch().unwrap())
+ Some(harness.chain.epoch().unwrap() + 1)
1110
);
1111
// Cgc requirements should have stayed the same at head
1112
assert_eq!(cgc_at_head, max_cgc);
0 commit comments