fix: tests for config
This commit is contained in:
parent
2f501c0efd
commit
aa1ef7041e
@ -398,6 +398,7 @@ mod test {
|
|||||||
directory: PathBuf::from("git").into()
|
directory: PathBuf::from("git").into()
|
||||||
},
|
},
|
||||||
post_update_command: None,
|
post_update_command: None,
|
||||||
|
post_clone_command: None
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
config
|
config
|
||||||
@ -424,6 +425,7 @@ mod test {
|
|||||||
cache: Cache::default(),
|
cache: Cache::default(),
|
||||||
projects: Projects::default(),
|
projects: Projects::default(),
|
||||||
post_update_command: None,
|
post_update_command: None,
|
||||||
|
post_clone_command: None
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
config
|
config
|
||||||
|
Loading…
Reference in New Issue
Block a user