fix: tests for config
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2025-01-08 22:48:53 +01:00
parent 2f501c0efd
commit aa1ef7041e
Signed by: kjuulh
SSH Key Fingerprint: SHA256:RjXh0p7U6opxnfd3ga/Y9TCo18FYlHFdSpRIV72S/QM

View File

@ -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