Skip to content

Commit

Permalink
Hopefully fix CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Babkock committed Oct 10, 2023
1 parent 4f23c97 commit b17e9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/icon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ filetype:
// When a user sets to use 📦-icon for a cargo.toml file,
let theme: IconTheme = Theme::with_yaml("name:\n cargo.toml: 📦").unwrap();
// the default icon  should be used for a cargo.lock file.
assert_eq!(theme.name.get("cargo.lock").unwrap(), "\u{e7a8}");
assert_eq!(theme.name.get("cargo.lock").unwrap(), "\u{e68b}");
}

#[test]
Expand Down

0 comments on commit b17e9cd

Please sign in to comment.