Skip to content

Commit 10fcd94

Browse files
committed
:wip
1 parent 1a7c165 commit 10fcd94

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec/lib/auto_evaluation/answer_relevancy_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
)
137137

138138
expect(result)
139-
.to be_a(described_class::Result)
139+
.to be_a(AutoEvaluation::Result)
140140
.and have_attributes(
141141
score: 1.0,
142142
reason: "No verdicts were generated for the extracted statements.",
@@ -165,7 +165,7 @@
165165
)
166166

167167
expect(result)
168-
.to be_a(described_class::Result)
168+
.to be_a(AutoEvaluation::Result)
169169
.and have_attributes(
170170
score: 1.0,
171171
reason: "The response fully addressed the input with no irrelevant statements.",

0 commit comments

Comments
 (0)