We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb04184 commit fd7e12dCopy full SHA for fd7e12d
tests/lib/attach-comments.js
@@ -63,7 +63,7 @@ describe("attachComment: true", function() {
63
attachComment: true
64
});
65
66
- assert.deepEqual(result.body[0], output.body[0]);
+ assert.deepEqual(result, output);
67
68
69
0 commit comments