Skip to content

Commit f791df1

Browse files
committed
test
1 parent b2abae9 commit f791df1

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

beacon_node/beacon_chain/tests/store_tests.rs

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ type E = MinimalEthSpec;
4747
type TestHarness = BeaconChainHarness<DiskHarnessType<E>>;
4848

4949
fn get_store(db_path: &TempDir) -> Arc<HotColdDB<E, BeaconNodeBackend<E>, BeaconNodeBackend<E>>> {
50-
let store_config = StoreConfig {
51-
prune_payloads: false,
52-
..StoreConfig::default()
53-
};
54-
get_store_generic(db_path, store_config, test_spec::<E>())
50+
// let store_config = StoreConfig {
51+
// prune_payloads: false,
52+
// ..StoreConfig::default()
53+
// };
54+
get_store_generic(db_path, StoreConfig::default(), test_spec::<E>())
5555
}
5656

5757
fn get_store_generic(
@@ -2583,6 +2583,7 @@ async fn weak_subjectivity_sync_test(slots: Vec<Slot>, checkpoint_slot: Slot) {
25832583
.execution_payload_exists(&block_root)
25842584
.unwrap(),);
25852585
}
2586+
25862587
prev_block_root = block_root;
25872588
}
25882589

0 commit comments

Comments
 (0)