Skip to content

Commit

Permalink
Merge branch 'total-attachements-bulk-create' of https://github.com/j…
Browse files Browse the repository at this point in the history
…s-jankisalvi/kibana into total-attachements-bulk-create
  • Loading branch information
js-jankisalvi committed Jul 7, 2023
2 parents c527881 + b5c54de commit a331315
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x-pack/plugins/cases/common/api/cases/comment/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -859,9 +859,9 @@ describe('Comments', () => {
});

it(`no errors when empty array of attachments`, () => {
expect(PathReporter.report(BulkCreateCommentRequestRt.decode([]))).toStrictEqual(
["No errors!"]
);
expect(PathReporter.report(BulkCreateCommentRequestRt.decode([]))).toStrictEqual([
'No errors!',
]);
});
});
});
Expand Down

0 comments on commit a331315

Please sign in to comment.