From aa1ef7041e0c7a7db29de6ec96c7bde6fc60e639 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Wed, 8 Jan 2025 22:48:53 +0100 Subject: [PATCH] fix: tests for config --- crates/gitnow/src/config.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/gitnow/src/config.rs b/crates/gitnow/src/config.rs index eabbfed..db280bc 100644 --- a/crates/gitnow/src/config.rs +++ b/crates/gitnow/src/config.rs @@ -398,6 +398,7 @@ mod test { directory: PathBuf::from("git").into() }, post_update_command: None, + post_clone_command: None } }, config @@ -424,6 +425,7 @@ mod test { cache: Cache::default(), projects: Projects::default(), post_update_command: None, + post_clone_command: None } }, config