Fix merge snafu in tests

This commit is contained in:
Michael Sproul
2023-10-11 11:57:39 +11:00
parent e63d02e357
commit 6ae4c22d56

View File

@@ -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")
} }