Skip to content

Commit b5e26dd

Browse files
[Temp] temp commit to test CD on tag push
1 parent b366792 commit b5e26dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/match_rules.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ describe("Test matchRules", () => {
111111
// this part cover the for--in branch of coverage, for--in also iterators over the inherited property on an object, to avoid that I have added a if condition in the code.
112112
MULTI_RULES.__proto__ = { protoMod: 1 };
113113

114-
expect(matchRules(mainSource, MULTI_RULES)).toBe(true);
114+
expect(matchRules(mainSource, MULTI_RULES)).toBe(false);
115115
});
116116
it("should return false when at most one of the condition is not met while passing multiple rules", () => {
117117
expect(matchRules(mainSource, [MAIN_RULE_MOD, MAIN_RULE_TWO])).toBe(false);

0 commit comments

Comments
 (0)