Skip to content

Commit

Permalink
Changed wording to Indicator Match for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankHassanabad committed Oct 23, 2020
1 parent 684c0f5 commit da62998
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ describe('helpers', () => {
it('returns a humanized description for a threat_match type', () => {
const [result]: ListItems[] = buildRuleTypeDescription('Test label', 'threat_match');

expect(result.description).toEqual('Threat Match');
expect(result.description).toEqual('Indicator Match');
});
});
});

0 comments on commit da62998

Please sign in to comment.