From 17ba59e166454c3a470f413653559ea34962a2f9 Mon Sep 17 00:00:00 2001 From: thallysonjsa Date: Wed, 22 Jan 2025 16:45:39 -0300 Subject: [PATCH] rewrite test --- src/helm/benchmark/scenarios/test_imdb_ptbr_scenario.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/helm/benchmark/scenarios/test_imdb_ptbr_scenario.py b/src/helm/benchmark/scenarios/test_imdb_ptbr_scenario.py index df81545cac..0ecfbe5e7f 100644 --- a/src/helm/benchmark/scenarios/test_imdb_ptbr_scenario.py +++ b/src/helm/benchmark/scenarios/test_imdb_ptbr_scenario.py @@ -14,8 +14,8 @@ def test_imdb_ptbr_scenario(): assert instances[0].split == TRAIN_SPLIT assert instances[10].input.text.startswith( - "Foi ótimo ver algumas das minhas estrelas favoritas de 30 anos atrás, \ - incluindo John Ritter, Ben Gazarra e Audrey Hepburn." + "Foi ótimo ver algumas das minhas estrelas favoritas de 30 anos atrás, " + "incluindo John Ritter, Ben Gazarra e Audrey Hepburn." ) assert len(instances[10].input.text) == 1549