We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 553a815 commit 87bf570Copy full SHA for 87bf570
1 file changed
rre-dataset-generator/tests/unit/test_query_rating_context.py
@@ -48,4 +48,4 @@ def test_missing_rating_raises_keyerror():
48
ctx = QueryRatingContext(query="AI")
49
ctx.add_doc_id("d1")
50
with pytest.raises(KeyError):
51
- ctx.get_rating_score("d1")
+ ctx.get_rating_score("d1")
0 commit comments