Enable icon tests.

This commit is contained in:
Sergey Vartanov 2021-05-12 02:57:39 +03:00
parent bb3e2e3300
commit c3828ec92f

View file

@ -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.
"""