mirror of
https://github.com/sharkdp/bat
synced 2024-11-16 21:25:56 +00: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 assets = HighlightingAssets::from_binary();
|
||||||
|
|
||||||
let mut themes: Vec<_> = assets.themes().collect();
|
let mut themes: Vec<_> = assets.themes().collect();
|
||||||
themes.sort();
|
themes.sort_unstable();
|
||||||
|
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
themes,
|
themes,
|
||||||
|
Loading…
Reference in New Issue
Block a user