Skip to content

Commit

Permalink
feat(genqa): fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmedini committed Aug 8, 2024
1 parent 69af997 commit 0ef2b8c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1124,15 +1124,15 @@ describe('quantic-generated-answer', () => {
const firstTestCitation = {
id: 'some-id-1',
title: 'Some Title 1',
uri: 'https://www.coveo.com',
uri: 'https://www.coveo1.com',
permanentid: 'some-permanent-id-1',
clickUri: exampleLinkUrl,
text: 'example text 1',
};
const secondTestCitation = {
id: 'some-id-2',
title: 'Some Title 2',
uri: 'https://www.coveo.com',
uri: 'https://www.coveo2.com',
permanentid: 'some-permanent-id-2',
clickUri: exampleLinkUrl,
text: 'example text 2',
Expand Down

0 comments on commit 0ef2b8c

Please sign in to comment.