Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sinaatalay committed Dec 29, 2024
1 parent a09d76f commit 4bda0d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ def test_font_folders_exist(font_family):
folder = path_of[font_family]
assert (
sum(f.stat().st_size for f in folder.rglob("*") if f.is_file())
> 2 * 1024 * 1024
> 0.1 * 1024 * 1024
)

0 comments on commit 4bda0d1

Please sign in to comment.