diff options
Diffstat (limited to 'src/command/help.rs')
| -rw-r--r-- | src/command/help.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |