Skip to content

Commit eec1e8a

Browse files
Merge pull request #11 from project-miracl/development
fixed test prompt output
2 parents e77a0a0 + c090ffe commit eec1e8a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

tests/test_prompt.py

+10-10
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ def test_data():
2727
"\"Yes, answer is present\" or \"I don't know\". Do not add any other information in your output.\n\n"
2828
"QUESTION:\nWhich is the best programming language?\n\n"
2929
"CONTEXTS:\n"
30-
"[1] Python is the best programming language.\n"
31-
"[2] Javascript is the best programming language.\n"
32-
"[3] Go is the best programming language.\n"
33-
"[4] Java is the best programming language.\n"
34-
"[5] C# is the best programming language.\n"
35-
"[6] Ruby is the best programming language.\n"
36-
"[7] R is the best programming language.\n"
37-
"[8] C++ is the best programming language.\n"
38-
"[9] C is the best programming language.\n"
30+
"[1] Python is the best programming language.\n\n"
31+
"[2] Javascript is the best programming language.\n\n"
32+
"[3] Go is the best programming language.\n\n"
33+
"[4] Java is the best programming language.\n\n"
34+
"[5] C# is the best programming language.\n\n"
35+
"[6] Ruby is the best programming language.\n\n"
36+
"[7] R is the best programming language.\n\n"
37+
"[8] C++ is the best programming language.\n\n"
38+
"[9] C is the best programming language.\n\n"
3939
"[10] Rust is the best programming language.\n\n"
40-
"OUTPUT:"
40+
"OUTPUT:\n"
4141
)
4242
return query, passages, expected_output
4343

0 commit comments

Comments
 (0)