Skip to content

Commit 449ce34

Browse files
committed
fix tests
1 parent 1331b7a commit 449ce34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_rendercv_fonts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ def test_font_folders_exist(font_family):
1212
folder = path_of[font_family]
1313
assert (
1414
sum(f.stat().st_size for f in folder.rglob("*") if f.is_file())
15-
> 0.1 * 1024 * 1024
15+
> 0.05 * 1024 * 1024
1616
)

0 commit comments

Comments
 (0)