Fix release test compilation error

This commit is contained in:
Jimmy Chen 2023-08-22 23:20:58 +10:00
parent 7138763299
commit 03c610ed77
No known key found for this signature in database
GPG Key ID: 7AAEE02659DCF690

View File

@ -5182,6 +5182,7 @@ async fn builder_works_post_capella() {
async fn builder_works_post_deneb() { async fn builder_works_post_deneb() {
let mut config = ApiTesterConfig { let mut config = ApiTesterConfig {
builder_threshold: Some(0), builder_threshold: Some(0),
retain_historic_states: false,
spec: E::default_spec(), spec: E::default_spec(),
}; };
config.spec.altair_fork_epoch = Some(Epoch::new(0)); config.spec.altair_fork_epoch = Some(Epoch::new(0));