From 2e636cec4707368480bddb1f64be0d2afeb2334b Mon Sep 17 00:00:00 2001 From: Candace Park Date: Fri, 10 Apr 2020 13:26:08 -0400 Subject: [PATCH] lol typos --- .../applications/endpoint/store/policy_details/index.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/plugins/endpoint/public/applications/endpoint/store/policy_details/index.test.ts b/x-pack/plugins/endpoint/public/applications/endpoint/store/policy_details/index.test.ts index d98e37685a2a5..e09a62b235e35 100644 --- a/x-pack/plugins/endpoint/public/applications/endpoint/store/policy_details/index.test.ts +++ b/x-pack/plugins/endpoint/public/applications/endpoint/store/policy_details/index.test.ts @@ -55,7 +55,7 @@ describe('policy details: ', () => { }); }); - describe('when the user has enabled windows process eventing', () => { + describe('when the user has enabled windows process events', () => { beforeEach(() => { const config = policyConfig(getState()); if (!config) { @@ -93,7 +93,7 @@ describe('policy details: ', () => { }); }); - it('windows process eventing is enabled', () => { + it('mac file events is enabled', () => { const config = policyConfig(getState()); expect(config!.mac.events.file).toEqual(true); });