We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a7c165 commit 10fcd94Copy full SHA for 10fcd94
1 file changed
spec/lib/auto_evaluation/answer_relevancy_spec.rb
@@ -136,7 +136,7 @@
136
)
137
138
expect(result)
139
- .to be_a(described_class::Result)
+ .to be_a(AutoEvaluation::Result)
140
.and have_attributes(
141
score: 1.0,
142
reason: "No verdicts were generated for the extracted statements.",
@@ -165,7 +165,7 @@
165
166
167
168
169
170
171
reason: "The response fully addressed the input with no irrelevant statements.",
0 commit comments