Skip to content

Commit

Permalink
Stop testing exact counts
Browse files Browse the repository at this point in the history
  • Loading branch information
MonsieurV committed Aug 3, 2022
1 parent 3889283 commit c80e954
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_fonts.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ def test_api_fonts_list(latex_on_http_api_url):
assert "name" in font
assert "styles" in font
assert isinstance(font["styles"], list) is True
assert len(fonts) == 2648
assert len(fonts) > 2600
assert len(fonts) < 2900

0 comments on commit c80e954

Please sign in to comment.