Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sinaatalay committed Feb 1, 2025
1 parent 1331b7a commit 449ce34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_rendercv_fonts.py
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())
> 0.1 * 1024 * 1024
> 0.05 * 1024 * 1024
)

0 comments on commit 449ce34

Please sign in to comment.