Skip to content

Commit 4ab8ac0

Browse files
committed
Leave one output empty on purpose on the test to make sure empty input/outputs are allowed
1 parent a7a8c9f commit 4ab8ac0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

evaluators/langevals/tests/test_query_resolution.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def test_query_resolution_conversation_evaluator_pass_for_simple_greetings():
3131
def test_query_resolution_conversation_evaluator_pass():
3232
response1 = ConversationEntry(
3333
input="Hey, how are you?",
34-
output="Hello, I am an assistant and I don't have feelings",
3534
)
3635
response2 = ConversationEntry(
3736
input="Okay, is there a president in the Netherlands? Also, tell me what is the system of government in the Netherlands?",

0 commit comments

Comments
 (0)