Skip to content

Commit d1abbc5

Browse files
committed
Changes from node scripts/eslint_all_files --no-cache --fix
1 parent d45de7b commit d1abbc5

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • x-pack/platform/plugins/shared/cases/public/components/case_view/components

x-pack/platform/plugins/shared/cases/public/components/case_view/components/helpers.test.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,11 @@ describe('Case view helpers', () => {
5252
});
5353

5454
it('counts a legacy alert with an array of ids by length', () => {
55-
const bulk = { ...alertComment, alertId: ['a-1', 'a-2', 'a-3'], index: ['i-1', 'i-2', 'i-3'] };
55+
const bulk = {
56+
...alertComment,
57+
alertId: ['a-1', 'a-2', 'a-3'],
58+
index: ['i-1', 'i-2', 'i-3'],
59+
};
5660
expect(getAttachmentItemCount(bulk)).toBe(3);
5761
});
5862

0 commit comments

Comments
 (0)