From f1591bb9ea4baede5649be1e434dac6802283558 Mon Sep 17 00:00:00 2001 From: Brent Kimmel Date: Wed, 30 Sep 2020 13:49:46 -0400 Subject: [PATCH] include next cursor --- ...ors_two_children_with_related_events_and_cursor_on_origin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/security_solution/public/resolver/data_access_layer/mocks/no_ancestors_two_children_with_related_events_and_cursor_on_origin.ts b/x-pack/plugins/security_solution/public/resolver/data_access_layer/mocks/no_ancestors_two_children_with_related_events_and_cursor_on_origin.ts index 20054f304b310..7682165ac5e94 100644 --- a/x-pack/plugins/security_solution/public/resolver/data_access_layer/mocks/no_ancestors_two_children_with_related_events_and_cursor_on_origin.ts +++ b/x-pack/plugins/security_solution/public/resolver/data_access_layer/mocks/no_ancestors_two_children_with_related_events_and_cursor_on_origin.ts @@ -116,7 +116,7 @@ export function noAncestorsTwoChildrenWithRelatedEventsOnOriginWithOneAfterCurso : []; return { events, - nextEvent: null, + nextEvent: typeof after === 'undefined' ? firstRelatedEventID : null, }; },