Skip to content

Commit 075fe21

Browse files
authored
fix: ci failure (#50)
1 parent 7562f18 commit 075fe21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_llm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ def test_llm_classify_method(mock_sdkllm_class):
336336
assert result == "positive"
337337

338338
# Test another classification
339-
result = llm.classify("this movie was really bad.", ["positive", "negative"])
339+
result = llm.classify("this movie was bad", ["positive", "negative"])
340340
assert result == "negative"
341341

342342
# Test with multiple classes

0 commit comments

Comments
 (0)