Skip to content

Commit 4d73ba1

Browse files
authored
Merge pull request #984 from PrefectHQ/fix-hat-test
fix silly test
2 parents 5a49a50 + 348f616 commit 4d73ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ai/test_classify.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def test_return_index(self):
125125
class TestExamples:
126126
@pytest.mark.flaky(max_runs=3)
127127
async def test_hogwarts_sorting_hat(self):
128-
description = "Brave, daring, chivalrous -- it's Harry Potter!"
128+
description = "Brave, daring, chivalrous -- Ron, Harry, and Hermione"
129129

130130
house = marvin.classify(
131131
description,

0 commit comments

Comments
 (0)