diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-02-24 15:08:00 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-02-24 15:08:00 +0100 |
| commit | 09077d6382e89a72c954edf99cfc3f014206ce7a (patch) | |
| tree | 895b3fc4240680e67ffdf85c4f36874c42dfd6ce /tests | |
| parent | 151765bb3ef3c87a461b6922d97a1d98ff1c2fac (diff) | |
Fix more bad font names
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/src/tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/src/tests.rs b/tests/src/tests.rs index 8895ccdd..62e6f3f5 100644 --- a/tests/src/tests.rs +++ b/tests/src/tests.rs @@ -220,6 +220,7 @@ impl TestWorld { // Search for fonts. let mut fonts = vec![]; for entry in WalkDir::new(FONT_DIR) + .sort_by_file_name() .into_iter() .filter_map(|e| e.ok()) .filter(|entry| entry.file_type().is_file()) |
