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,