From ba0930104ef7f0d9c3fad9ef38529f460f17cbd2 Mon Sep 17 00:00:00 2001 From: Nikita Khristinin Date: Thu, 2 Sep 2021 16:22:15 +0200 Subject: [PATCH] Fix mesasge commit --- .../server/lib/detection_engine/signals/get_filter.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/plugins/security_solution/server/lib/detection_engine/signals/get_filter.test.ts b/x-pack/plugins/security_solution/server/lib/detection_engine/signals/get_filter.test.ts index 5cce612076c99..49f70eafd7d3a 100644 --- a/x-pack/plugins/security_solution/server/lib/detection_engine/signals/get_filter.test.ts +++ b/x-pack/plugins/security_solution/server/lib/detection_engine/signals/get_filter.test.ts @@ -137,7 +137,7 @@ describe('get_filter', () => { }); }); - test('return query for threat_match rule, despite saved_id is specify', async () => { + test('returns the query persisted to the threat_match rule, despite saved_id being specified', async () => { const filter = await getFilter({ type: 'threat_match', filters: undefined, @@ -160,7 +160,7 @@ describe('get_filter', () => { }); }); - test('return query for threshold rule, despite saved_id is specify', async () => { + test('returns the query persisted to the threshold rule, despite saved_id being specified', async () => { const filter = await getFilter({ type: 'threat_match', filters: undefined,