aboutsummaryrefslogtreecommitdiff
path: root/src/command
diff options
context:
space:
mode:
Diffstat (limited to 'src/command')
-rw-r--r--src/command/add.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/add.rs b/src/command/add.rs
index 9622f81..132b7cd 100644
--- a/src/command/add.rs
+++ b/src/command/add.rs
@@ -68,7 +68,7 @@ mod tests {
let posts_dir = test_dir.join("posts");
create_dir_all(&posts_dir).expect("Could not create posts test directory");
- create_dir_all(&posts_dir.join("0")).expect("Could not create post 0 test directory");
+ create_dir_all(posts_dir.join("0")).expect("Could not create post 0 test directory");
// Create Test Files