Fixed test

This commit is contained in:
Wyatt Johnson
2017-03-01 16:40:47 -07:00
parent cefe872bf0
commit 57fc4b8a3f
@@ -20,6 +20,10 @@ describe('coral-plugin-history/CommentHistory', () => {
'closedAt':null
};
comments.forEach((comment) => {
comment.asset = asset;
});
beforeEach(() => {
render = shallow(<CommentHistory comments={comments} asset={asset} link={()=>{}}/>);
});