Skip to content

Commit

Permalink
test(quantic): rga rephrase e2e test fixed (#4159)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitiche authored Jul 8, 2024
1 parent e63610e commit e4e1626
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ function generatedAnswerExpectations(selector: GeneratedAnswerSelector) {
);
if (expectedContentFormat) {
expect(contentFormat).to.exist;
expect(contentFormat).to.eq(expectedContentFormat);
expect(contentFormat).to.deep.equal(expectedContentFormat);
}
})
.log(
Expand Down

0 comments on commit e4e1626

Please sign in to comment.