Skip to content

Commit 7727039

Browse files
authored
Handle rename from Sh to Shell
1 parent 82da923 commit 7727039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ mod test {
8888

8989
#[test]
9090
fn get_ascii_colors_custom_language_no_custom_colors_no_true_color() {
91-
let colors = get_ascii_colors(&Some(Language::Sh), &Language::Rust, &[], false);
91+
let colors = get_ascii_colors(&Some(Language::Shell), &Language::Rust, &[], false);
9292
assert_eq!(colors.len(), 1);
9393
assert_eq!(colors, vec![DynColors::Ansi(AnsiColors::Green)]);
9494
}

0 commit comments

Comments
 (0)