Skip to content

Commit

Permalink
id updated to be citationId in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitiche committed Oct 10, 2023
1 parent 280ec77 commit 1e4cc1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/searchPage/searchPageClient.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1498,7 +1498,7 @@ describe('SearchPageClient', () => {
it('should send proper payload for #logGeneratedAnswerSourceHover', async () => {
const meta = {
generativeQuestionAnsweringId: fakeStreamId,
id: 'some-document-id',
citationId: 'some-document-id',
permanentId: 'perm-id',
citationHoverTimeMs: 100,
};
Expand All @@ -1509,7 +1509,7 @@ describe('SearchPageClient', () => {
it('should send proper payload for #makeGeneratedAnswerSourceHover', async () => {
const meta = {
generativeQuestionAnsweringId: fakeStreamId,
id: 'some-document-id',
citationId: 'some-document-id',
permanentId: 'perm-id',
citationHoverTimeMs: 100,
};
Expand Down

0 comments on commit 1e4cc1d

Please sign in to comment.