Skip to content

Commit

Permalink
Fix merge snafu in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul committed Oct 11, 2023
1 parent e63d02e commit 6ae4c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_node/beacon_chain/tests/store_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ fn get_store_generic(
hierarchy_config: HierarchyConfig {
exponents: vec![1, 3, 5],
},
..Default::default()
..config
};
try_get_store_with_spec_and_config(db_path, spec, config).expect("disk store should initialize")
}
Expand Down

0 comments on commit 6ae4c22

Please sign in to comment.