diff --git a/test/ui/test_ui_importer.py b/test/ui/test_ui_importer.py index d3e516367..82eeb5ba6 100644 --- a/test/ui/test_ui_importer.py +++ b/test/ui/test_ui_importer.py @@ -22,7 +22,7 @@ from beets.test.helper import TerminalImportMixin from test import test_importer -class NonAutotaggedImportTest( +class TestNonAutotaggedImport( TerminalImportMixin, test_importer.TestNonAutotaggedImport ): pass