Skip to content

Commit 424d4c1

Browse files
committed
test
1 parent 833d4e2 commit 424d4c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

beacon_node/beacon_chain/tests/store_tests.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ fn get_store(db_path: &TempDir) -> Arc<HotColdDB<E, BeaconNodeBackend<E>, Beacon
5050
let store_config = StoreConfig {
5151
prune_payloads: false,
5252
..StoreConfig::default()
53-
};
54-
get_store_generic(db_path, StoreConfig::default(), test_spec::<E>())
53+
};
54+
get_store_generic(db_path, store_config, test_spec::<E>())
5555
}
5656

5757
fn get_store_generic(

0 commit comments

Comments
 (0)