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 99c9925 commit 1150acfCopy full SHA for 1150acf
1 file changed
Tests/test_imagefont.py
@@ -702,7 +702,7 @@ def test_variation_get(font: ImageFont.FreeTypeFont) -> None:
702
font.get_variation_axes()
703
704
font = ImageFont.truetype("Tests/fonts/AdobeVFPrototype.ttf")
705
- assert font.get_variation_names(), [
+ assert font.get_variation_names() == [
706
b"ExtraLight",
707
b"Light",
708
b"Regular",
0 commit comments