Skip to content

Commit

Permalink
Fix mesasge commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nkhristinin committed Sep 2, 2021
1 parent 01a14a2 commit ba09301
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit ba09301

Please sign in to comment.