Skip to content

Commit

Permalink
Fix test compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
notlesh committed Sep 29, 2022
1 parent 18b3ebd commit 6751963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/service/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,7 @@ mod tests {
},
trie_cache_maximum_size: Some(16777216),
state_pruning: Default::default(),
blocks_pruning: BlocksPruning::All,
blocks_pruning: sc_service::BlocksPruning::All,
chain_spec: Box::new(spec),
wasm_method: sc_service::config::WasmExecutionMethod::Interpreted,
wasm_runtime_overrides: Default::default(),
Expand Down

0 comments on commit 6751963

Please sign in to comment.