fmt
Some checks failed
CI / build (pull_request) Failing after 2m17s

This commit is contained in:
2025-12-24 12:33:55 +01:00
parent 5015ff7278
commit 494902bc81

View File

@@ -36,7 +36,7 @@ mod tests {
assert!(dest.exists()); assert!(dest.exists());
let content = fs::read_to_string(&dest).unwrap(); let content = fs::read_to_string(&dest).unwrap();
assert_eq!(content, "local"); assert_eq!(content, "local");
// The dest should be in the /tmp directory // The dest should be in the /tmp directory
assert!(dest.starts_with("/tmp")); assert!(dest.starts_with("/tmp"));
} }