Skip to content

Commit

Permalink
Merge pull request #55 from stillalearner/fix_system_rule_by_target_case
Browse files Browse the repository at this point in the history
[RFR] fixed system rule count
  • Loading branch information
stillalearner authored Aug 14, 2023
2 parents 604e4a5 + 05cbc0e commit a464a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/tests/rulesConfig.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ describe(["tier2"], "Rules Configuration", () => {
const globalRules = new RulesConfiguration();
var filter_target_techs = ["openjdk", "openjdk 11"];
globalRules.filterBy("Target", filter_target_techs);
globalRules.validateCount(8);
globalRules.validateCount(10);
});

it("Filter System Global Rule by Source", function () {
Expand Down

0 comments on commit a464a5b

Please sign in to comment.