mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-22 21:48:56 +01:00
Use unstable sort for theme test
This commit is contained in:
parent
73d14f4655
commit
6d27df3b77
@ -8,7 +8,7 @@ fn all_themes_are_present() {
|
||||
let assets = HighlightingAssets::from_binary();
|
||||
|
||||
let mut themes: Vec<_> = assets.themes().collect();
|
||||
themes.sort();
|
||||
themes.sort_unstable();
|
||||
|
||||
assert_eq!(
|
||||
themes,
|
||||
|
Loading…
Reference in New Issue
Block a user