Add another test case for format_internal_name

This commit is contained in:
Mizaki 2023-02-20 00:44:51 +00:00
parent fefb3ce6cd
commit bd5e23f93f

View File

@ -7,6 +7,7 @@ import comictaggerlib.ui.talkeruigenerator
test_names = [
("cv_test_name", "Test name"),
("cv2_test_name", "Test name"),
("mu_use_this_test", "Use this test"),
]