Skip to content

Commit 5a65c46

Browse files
unit tests
1 parent 9973744 commit 5a65c46

File tree

1 file changed

+2
-0
lines changed
  • x-pack/plugins/security_solution/public/timelines/components/open_timeline

1 file changed

+2
-0
lines changed

x-pack/plugins/security_solution/public/timelines/components/open_timeline/helpers.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1486,11 +1486,13 @@ describe('helpers', () => {
14861486
notes: [
14871487
{
14881488
created: new Date('2020-03-26T14:35:56.356Z'),
1489+
eventId: null,
14891490
id: 'note-id',
14901491
lastEdit: new Date('2020-03-26T14:35:56.356Z'),
14911492
note: 'I am a note',
14921493
user: 'unknown',
14931494
saveObjectId: 'note-id',
1495+
timelineId: null,
14941496
version: undefined,
14951497
},
14961498
],

0 commit comments

Comments
 (0)