diff --git a/src/context/mod.rs b/src/context/mod.rs index e3b132a..fc9cbea 100644 --- a/src/context/mod.rs +++ b/src/context/mod.rs @@ -36,7 +36,7 @@ mod tests { assert!(dest.exists()); let content = fs::read_to_string(&dest).unwrap(); assert_eq!(content, "local"); - + // The dest should be in the /tmp directory assert!(dest.starts_with("/tmp")); }