bin/taud: fix test && update config file

This commit is contained in:
ghassmo
2022-04-11 13:02:20 +04:00
parent 6074736a30
commit 1b1d0b2828
2 changed files with 1 additions and 7 deletions

View File

@@ -159,12 +159,6 @@ mod tests {
let mt_load = MonthTasks::load_or_create(&get_current_time(), &dataset_path)?;
assert!(!mt_load.task_tks.contains(&task.ref_id));
task.activate()?;
let mt_load = MonthTasks::load_or_create(&get_current_time(), &dataset_path)?;
assert!(mt_load.task_tks.contains(&task.ref_id));
remove_dir_all(TEST_DATA_PATH).ok();

View File

@@ -21,7 +21,7 @@ password = "FOOBAR"
## P2P network
##
### The accept address
#[accept]
#[accept_address]
#url="127.0.0.1:8822"
#password = "FOOBAR"