mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-03 21:04:28 +00:00
Fix merge snafu in tests
This commit is contained in:
@@ -62,7 +62,7 @@ fn get_store_generic(
|
|||||||
hierarchy_config: HierarchyConfig {
|
hierarchy_config: HierarchyConfig {
|
||||||
exponents: vec![1, 3, 5],
|
exponents: vec![1, 3, 5],
|
||||||
},
|
},
|
||||||
..Default::default()
|
..config
|
||||||
};
|
};
|
||||||
try_get_store_with_spec_and_config(db_path, spec, config).expect("disk store should initialize")
|
try_get_store_with_spec_and_config(db_path, spec, config).expect("disk store should initialize")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user