Skip to content

Commit

Permalink
debug the baseline issue #1735
Browse files Browse the repository at this point in the history
  • Loading branch information
shunguoy committed Apr 11, 2024
1 parent 9c789ba commit 7921f1b
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 7921f1b

Please sign in to comment.