Skip to content

Commit

Permalink
Fix a bunch of easy content-sharing cases
Browse files Browse the repository at this point in the history
  • Loading branch information
poltak committed May 20, 2024
1 parent 416b102 commit 2cb41a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/content-sharing/background/index.tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ export class SharingTestHelper {
createdWhen: expect.any(Number),
updatedWhen: expect.any(Number),
title: this.lists[listId].name,
private: true,
description: null,
type: null,
})),
Expand Down Expand Up @@ -574,6 +575,7 @@ export class SharingTestHelper {
options.ids.map((id) => ({
localId: this.lists[id].localId,
remoteId: this.lists[id].remoteId,
private: true,
})),
)
}
Expand All @@ -599,6 +601,7 @@ export class SharingTestHelper {
updatedWhen: expect.any(Number),
comment: this.annotations[id].comment,
body: this.annotations[id].body,
color: null,
selector: JSON.stringify(this.annotations[id].selector),
})),
)
Expand Down

0 comments on commit 2cb41a7

Please sign in to comment.