Skip to content

Commit d2ededb

Browse files
committed
update the baseline #1974
1 parent 205a8bf commit d2ededb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accessibility-checker/test/mocha/aChecker.Fast/aChecker.ObjectStructure/aChecker.getCompliance.JSONObjectVerification.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ describe("JSON Structure Verification Zombie", function () {
127127
return b.ruleId.localeCompare(a.ruleId);
128128
})
129129
// Run the diff algo to get the list of differences
130-
differences = aChecker.diffResultsWithExpected(report, expected, false);
130+
differences = aChecker.diffResultsWithExpected(report, expected, false);console.log("report="+JSON.stringify(report));
131131
}
132132
expect(typeof differences).to.equal("undefined", "\nDoes not follow the correct JSON structure or can't load baselines" + JSON.stringify(differences, null, ' '));
133133
// Mark the testcase as done.

0 commit comments

Comments
 (0)