Skip to content

Commit

Permalink
Expect animeless roles in the parser tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
colons committed Nov 27, 2023
1 parent 9841a10 commit ccd346e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nkdsu/apps/vote/tests/test_parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def test_group_detection(self) -> None:

ROLE_EXAMPLES: dict[str, tuple[Optional[str], Optional[str], str, str, str]] = {
'': (None, None, '', '', ''),
'unmatchable': ('unmatchable', None, '', '', ''),
'unmatchable': (None, None, '', 'unmatchable', 'unmatchable'),
'Mobile Suit Gundam SEED ED3': ('Mobile Suit Gundam SEED', None, 'ED', '3', 'ED3'),
"Vivy -Fluorite Eye's Song- Character Song": (
"Vivy -Fluorite Eye's Song-",
Expand Down

0 comments on commit ccd346e

Please sign in to comment.