From 7470710ef1e9ffa2083fb6fe5157fe9bf3f67626 Mon Sep 17 00:00:00 2001 From: moi15moi Date: Sun, 8 Oct 2023 17:17:07 -0400 Subject: [PATCH] [test_font] Remove unnecessary test with get_missing_glyphs --- tests/test_font.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_font.py b/tests/test_font.py index b2d5589..448018a 100644 --- a/tests/test_font.py +++ b/tests/test_font.py @@ -97,8 +97,6 @@ def test_font_get_missing_glyphs_cmap_encoding_2(): ) assert missing_glyphs == set(["é"]) - missing_glyphs = font.get_missing_glyphs("ø") - assert missing_glyphs == set(["ø"]) def test_font_get_missing_glyphs_cmap_encoding_mac_platform():