Skip to content

Commit

Permalink
update the baseline #1974
Browse files Browse the repository at this point in the history
  • Loading branch information
shunguoy committed Oct 29, 2024
1 parent 205a8bf commit d2ededb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ describe("JSON Structure Verification Zombie", function () {
return b.ruleId.localeCompare(a.ruleId);
})
// Run the diff algo to get the list of differences
differences = aChecker.diffResultsWithExpected(report, expected, false);
differences = aChecker.diffResultsWithExpected(report, expected, false);console.log("report="+JSON.stringify(report));
}
expect(typeof differences).to.equal("undefined", "\nDoes not follow the correct JSON structure or can't load baselines" + JSON.stringify(differences, null, ' '));
// Mark the testcase as done.
Expand Down

0 comments on commit d2ededb

Please sign in to comment.