diff --git a/test/client/coral-plugin-history/CommentHistory.spec.js b/test/client/coral-plugin-history/CommentHistory.spec.js index 945bf45a3..671a50137 100644 --- a/test/client/coral-plugin-history/CommentHistory.spec.js +++ b/test/client/coral-plugin-history/CommentHistory.spec.js @@ -20,6 +20,10 @@ describe('coral-plugin-history/CommentHistory', () => { 'closedAt':null }; + comments.forEach((comment) => { + comment.asset = asset; + }); + beforeEach(() => { render = shallow({}}/>); });