удаления еще раз 2
This commit is contained in:
@@ -64,7 +64,7 @@ def test_play_by_play_defaults_collapsed_until_operator_opens_it():
|
||||
|
||||
def test_penalized_side_gets_numeric_condition_and_advantage_side_keeps_pp_caption():
|
||||
payload = _strength(home=1, away=0)
|
||||
assert payload["home_label"] == "5 на 4"
|
||||
assert payload["home_label"] == "Играют в большинстве"
|
||||
assert payload["away_label"] == "Играют в большинстве"
|
||||
|
||||
|
||||
@@ -77,5 +77,5 @@ def test_equal_coincidental_penalties_expose_numeric_condition_on_both_mapping_s
|
||||
|
||||
def test_english_penalty_side_uses_numeric_condition():
|
||||
payload = _strength(home=1, away=0, language="en")
|
||||
assert payload["home_label"] == "5 on 4"
|
||||
assert payload["home_label"] == "Power play"
|
||||
assert payload["away_label"] == "Power play"
|
||||
|
||||
Reference in New Issue
Block a user