Skip to content

Commit

Permalink
Merge pull request #984 from PrefectHQ/fix-hat-test
Browse files Browse the repository at this point in the history
fix silly test
  • Loading branch information
zzstoatzz authored Oct 26, 2024
2 parents 5a49a50 + 348f616 commit 4d73ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ai/test_classify.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def test_return_index(self):
class TestExamples:
@pytest.mark.flaky(max_runs=3)
async def test_hogwarts_sorting_hat(self):
description = "Brave, daring, chivalrous -- it's Harry Potter!"
description = "Brave, daring, chivalrous -- Ron, Harry, and Hermione"

house = marvin.classify(
description,
Expand Down

0 comments on commit 4d73ba1

Please sign in to comment.