File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ pub mod utils;
4
4
5
5
use crate :: utils:: CommandConfig ;
6
6
use masq_lib:: blockchains:: chains:: Chain ;
7
- use masq_lib:: constants:: DEFAULT_CHAIN ;
8
7
use masq_lib:: test_utils:: utils:: ensure_node_home_directory_exists;
9
8
use node_lib:: node_configurator:: add_chain_specific_directories;
10
9
use std:: fs:: create_dir_all;
@@ -37,7 +36,7 @@ fn node_exits_from_future_panic_integration() {
37
36
fn node_logs_panic_integration ( ) {
38
37
let data_directory =
39
38
ensure_node_home_directory_exists ( "integration" , "node_logs_panic_integration" ) ;
40
- let data_dir_chain_path = add_chain_specific_directories ( DEFAULT_CHAIN , & data_directory) ;
39
+ let data_dir_chain_path = add_chain_specific_directories ( Chain :: PolyMainnet , & data_directory) ;
41
40
create_dir_all ( & data_dir_chain_path) . expect (
42
41
"Could not create chain directory inside node_logs_panic_integration home/MASQ directory" ,
43
42
) ;
You can’t perform that action at this time.
0 commit comments