Skip to content

Commit a476933

Browse files
committed
fixed failing test
1 parent 04586c8 commit a476933

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

x-pack/plugins/alerts/server/alerts_client/tests/get_alert_instance_summary.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,9 @@ describe('getAlertInstanceSummary()', () => {
199199
expect(eventLogClient.findEventsBySavedObjectIds.mock.calls[0]).toMatchInlineSnapshot(`
200200
Array [
201201
"alert",
202-
Array ["1"],
202+
Array [
203+
"1",
204+
],
203205
Object {
204206
"end": "2019-02-12T21:01:22.479Z",
205207
"page": 1,

0 commit comments

Comments
 (0)