diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-01-18 22:07:14 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-01-18 22:07:14 +0100 |
| commit | 26c24bf226ca647793fdafbc5cda7c9c4646d147 (patch) | |
| tree | 9647d507226adee11a690f06ff17fc622b62a7c5 /src/command/help.rs | |
| parent | 88c54a37d27ed6a5eba3cb1911723a7e331f5bd3 (diff) | |
add more command tests
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(); |