Skip to content

Commit 83810ac

Browse files
chore: fix typo in test
1 parent 4ef90d7 commit 83810ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ragas/tests/unit/test_analytics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def test_testset_generation_tracking(monkeypatch):
135135
)
136136

137137
assert testset_event_payload.model_dump()["evolution_names"] == [
138-
"single_hop_specifc_query_synthesizer",
138+
"single_hop_specific_query_synthesizer",
139139
"multi_hop_abstract_query_synthesizer",
140140
"multi_hop_specific_query_synthesizer",
141141
]

0 commit comments

Comments
 (0)