From d0f582b98712d967b2f95d0405886d063bd89468 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 6 Apr 2025 00:57:56 +0200 Subject: Get stricter clippy --- src/command/add.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command/add.rs') diff --git a/src/command/add.rs b/src/command/add.rs index 132b7cd..7079707 100644 --- a/src/command/add.rs +++ b/src/command/add.rs @@ -73,7 +73,7 @@ mod tests { // Create Test Files // Create configuration - let mut configuration = Configuration::new(); + let mut configuration = Configuration::new().unwrap(); configuration.posts_directory = posts_dir.clone(); // Let's ensure the initial state is OK -- cgit