From 6ce4df5995b0e9e551db3b80f0cbdb21543e80cc Mon Sep 17 00:00:00 2001 From: itzpr3d4t0r <103119829+itzpr3d4t0r@users.noreply.github.com> Date: Sun, 5 Jan 2025 14:18:31 +0100 Subject: [PATCH] tests fix? --- test/font_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/font_test.py b/test/font_test.py index ef8762b3fc..ed54001bc4 100644 --- a/test/font_test.py +++ b/test/font_test.py @@ -885,7 +885,6 @@ def test_font_method_should_raise_exception_after_quit(self): ("get_height", ()), ("get_italic", ()), ("get_linesize", ()), - ("set_linesize", (2,)), ("get_sized_descender", ()), ("get_underline", ()), ("metrics", ("any text",)),