diff --git a/accessibility-checker/test/mocha/aChecker.Fast/aChecker.ObjectStructure/aChecker.getCompliance.JSONObjectVerification.test.js b/accessibility-checker/test/mocha/aChecker.Fast/aChecker.ObjectStructure/aChecker.getCompliance.JSONObjectVerification.test.js index 8df075f4a..200e583e3 100644 --- a/accessibility-checker/test/mocha/aChecker.Fast/aChecker.ObjectStructure/aChecker.getCompliance.JSONObjectVerification.test.js +++ b/accessibility-checker/test/mocha/aChecker.Fast/aChecker.ObjectStructure/aChecker.getCompliance.JSONObjectVerification.test.js @@ -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.