fix(ci): clippy error

pull/9/head
wongjiahau 1 year ago
parent 88ac941407
commit cf9669f276

@ -1010,7 +1010,7 @@ mod test_explorer {
s.replace('/', format!("{}", std::path::MAIN_SEPARATOR).as_str())
}
assert_eq!(
to_forward_slash(&prompt.prompt()),
to_forward_slash(prompt.prompt()),
" New file or folder (ends with '/'): "
);
assert_eq!(to_forward_slash(prompt.line()), "test_explorer/new_folder/");

Loading…
Cancel
Save