fix: Update expected values in test for correct parsing of names
This commit is contained in:
parent
d8e8704a4a
commit
c702027a76
|
@ -9,7 +9,7 @@ from personal_data.fetchers.myanimelist import parse_name
|
||||||
('"Soundscape"', 'Soundscape', None),
|
('"Soundscape"', 'Soundscape', None),
|
||||||
('"Soundscape (サウンドスケープ)"', 'Soundscape', 'サウンドスケーブ'),
|
('"Soundscape (サウンドスケープ)"', 'Soundscape', 'サウンドスケーブ'),
|
||||||
('1: "Soundscape"', 'Soundscape', None),
|
('1: "Soundscape"', 'Soundscape', None),
|
||||||
('2: "Soundscape (サウンドスケーブ)"', 'Soundscape', 'サウンドスケーブ'),
|
('2: "Soundscape (サウンドスケープ)"', 'Soundscape', 'サウンドスケープ'),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
def test_parse_name(input_str, expected_group1, expected_group2):
|
def test_parse_name(input_str, expected_group1, expected_group2):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user