Skip to content

Commit

Permalink
lol typos
Browse files Browse the repository at this point in the history
  • Loading branch information
parkiino committed Apr 10, 2020
1 parent 47ac630 commit 2e636ce
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -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);
});
Expand Down

0 comments on commit 2e636ce

Please sign in to comment.