Skip to content

Commit fd7e12d

Browse files
committed
Update: Make comment attachment tests look at whole AST
1 parent cb04184 commit fd7e12d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/attach-comments.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ describe("attachComment: true", function() {
6363
attachComment: true
6464
});
6565

66-
assert.deepEqual(result.body[0], output.body[0]);
66+
assert.deepEqual(result, output);
6767
});
6868

6969
});

0 commit comments

Comments
 (0)