Skip to content

Commit c47d0b3

Browse files
committed
[RU] Adapt tests for the previous commit
Related to #2510.
1 parent 000a6ee commit c47d0b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wikidict/lang/ru/template_handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ def render_reverse_variant(tpl: str, parts: list[str], data: defaultdict[str, st
391391
392392
>>> for tpl, (suffixes, positions) in BASES.items():
393393
... try:
394-
... _ = render_reverse_variant(tpl, [], defaultdict(str, {"основа": "base1-", "основа1": "base2-", "основа2": "base3-"}))
394+
... _ = render_reverse_variant(tpl, [], defaultdict(str, {"основа": "base1-", "основа1": "base2-", "основа2": "base3-", "основа3": "base4-"}))
395395
... except ValueError as err:
396396
... assert 0, f"Error with {tpl=}: {err}"
397397
"""

0 commit comments

Comments
 (0)