From c3828ec92ff12e7b7e6f9795f146bccecdbc135b Mon Sep 17 00:00:00 2001 From: Sergey Vartanov Date: Wed, 12 May 2021 02:57:39 +0300 Subject: [PATCH] Enable icon tests. --- test/test_icons.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_icons.py b/test/test_icons.py index abe1530..28701f3 100644 --- a/test/test_icons.py +++ b/test/test_icons.py @@ -61,7 +61,7 @@ def test_icon_2_extra() -> None: assert len(icon.extra_icons) == 2 -def __test_no_icon_1_extra() -> None: +def test_no_icon_1_extra() -> None: """ Tags that should be visualized with default main icon and single extra icon. """ @@ -70,7 +70,7 @@ def __test_no_icon_1_extra() -> None: assert len(icon.extra_icons) == 1 -def __test_no_icon_2_extra() -> None: +def test_no_icon_2_extra() -> None: """ Tags that should be visualized with default main icon and two extra icons. """