Skip to content

Commit

Permalink
update expected output, thumbs up from pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankur-singh committed Jan 25, 2025
1 parent 696380d commit 291a681
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/recipes/dev/test_generate_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ def test_llama2_generate_results(self, caplog, monkeypatch, tmpdir):
# this is gibberish b/c the model is random weights, but it's
# the expected value for what we currently have in V2
# this test should catch any changes to the generate recipe that affect output
expected_output = (
"Country maior Connection Kohćutsójcustomulas Sometimes Security"
)
expected_output = "Pietroместkap щotimes rivers cache НиtringindexPathNAME"

logs = caplog.text
assert expected_output in logs
Expand Down

0 comments on commit 291a681

Please sign in to comment.