Rename test

This commit is contained in:
David Peter 2022-02-20 13:31:49 +01:00 committed by David Peter
parent 6645fa10b9
commit 811e6b5fcd

View File

@ -293,7 +293,7 @@ impl Options {
}
#[test]
fn test_shell_default_command() {
fn test_default_shell() {
let shell = Shell::default();
let s = format!("{}", shell);