We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1331b7a commit 449ce34Copy full SHA for 449ce34
tests/test_rendercv_fonts.py
@@ -12,5 +12,5 @@ def test_font_folders_exist(font_family):
12
folder = path_of[font_family]
13
assert (
14
sum(f.stat().st_size for f in folder.rglob("*") if f.is_file())
15
- > 0.1 * 1024 * 1024
+ > 0.05 * 1024 * 1024
16
)
0 commit comments