Skip to content

Commit

Permalink
Fixed from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankHassanabad committed Oct 15, 2020
1 parent 981099c commit 946f5ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe('get_rules_to_update', () => {
expect(update).toEqual([]);
});

test('should return empty array if the id of the two rules do not match', () => {
test('should return empty array if the rule_id of the two rules do not match', () => {
const ruleFromFileSystem = getAddPrepackagedRulesSchemaDecodedMock();
ruleFromFileSystem.rule_id = 'rule-1';
ruleFromFileSystem.version = 2;
Expand Down

0 comments on commit 946f5ae

Please sign in to comment.