Skip to content

Commit c32c745

Browse files
committed
Fix tests.
1 parent d9b2515 commit c32c745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beacon_node/http_api/tests/interactive_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1106,7 +1106,7 @@ async fn lighthouse_restart_custody_backfill() {
11061106
// `DataColumnCustodyInfo` should have been updated to the head epoch
11071107
assert_eq!(
11081108
earliest_data_column_epoch,
1109-
Some(harness.chain.epoch().unwrap())
1109+
Some(harness.chain.epoch().unwrap() + 1)
11101110
);
11111111
// Cgc requirements should have stayed the same at head
11121112
assert_eq!(cgc_at_head, max_cgc);

0 commit comments

Comments
 (0)