From 26c24bf226ca647793fdafbc5cda7c9c4646d147 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sat, 18 Jan 2025 22:07:14 +0100 Subject: add more command tests --- src/command/help.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command/help.rs') diff --git a/src/command/help.rs b/src/command/help.rs index da5831c..c018aa7 100644 --- a/src/command/help.rs +++ b/src/command/help.rs @@ -47,7 +47,7 @@ mod tests { use crate::configuration::Configuration; #[test] - fn test_add_command() { + fn test_help_command() { let help = Help::new(); let configuration = Configuration::new(); -- cgit