From 494902bc813afa27c4b05988cde819e8fd1bb0a7 Mon Sep 17 00:00:00 2001 From: Valentin Haudiquet Date: Wed, 24 Dec 2025 12:33:55 +0100 Subject: [PATCH] fmt --- src/context/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")); }