Propagate rename to test_ui_importer

This commit is contained in:
Sebastian Mohr
2026-06-06 11:09:23 +02:00
committed by Sebastian Mohr
parent 6327f1122a
commit 8db903c8f8

View File

@@ -22,7 +22,7 @@ from beets.test.helper import TerminalImportMixin
from test import test_importer
class NonAutotaggedImportTest(
class TestNonAutotaggedImport(
TerminalImportMixin, test_importer.TestNonAutotaggedImport
):
pass