Skip to content

Commit

Permalink
[RFR] fixed system rule count
Browse files Browse the repository at this point in the history
  • Loading branch information
stillalearner committed Aug 11, 2023
1 parent 604e4a5 commit 05cbc0e
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 05cbc0e

Please sign in to comment.