Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 75cb1d9

Browse files
committed
Set data_path
1 parent a539c75 commit 75cb1d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

node/test/service/src/lib.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,8 @@ pub fn node_config(
214214
max_runtime_instances: 8,
215215
runtime_cache_size: 2,
216216
announce_block: true,
217-
base_path: Some(base_path),
217+
data_path: root,
218+
base_path,
218219
informant_output_format: Default::default(),
219220
}
220221
}

0 commit comments

Comments
 (0)