Skip to content

Commit bf5279a

Browse files
authored
Update object-assertion.mjs
1 parent 0c12095 commit bf5279a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/comparators/object-assertion.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const getFileDiff = async file => {
1717
const headContent = JSON.parse(await readFile(headPath, 'utf-8'));
1818

1919
try {
20-
assert.deepStrictEqual(baseContent, headContent);
20+
assert.deepStrictEqual(headContent, baseContent);
2121
return null;
2222
} catch ({ message }) {
2323
return details(file, message);

0 commit comments

Comments
 (0)