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