Skip to content

Commit

Permalink
rewrite test
Browse files Browse the repository at this point in the history
  • Loading branch information
thallysonjsa committed Jan 22, 2025
1 parent ce18977 commit 17ba59e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/helm/benchmark/scenarios/test_imdb_ptbr_scenario.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 17ba59e

Please sign in to comment.