Skip to content

Commit

Permalink
Update test/highlights.js
Browse files Browse the repository at this point in the history
  • Loading branch information
henperi committed Dec 20, 2018
1 parent 89f84dc commit 6bb1018
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/highlights.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ describe('Test For HighLights', () => {
res.status.should.equal(200);
res.body.should.be.a('object');
res.body.should.have.property('message');
res.body.message.should.equal('All comments belonging to this highlight has been fetched successfully');
res.body.message.should
.equal('All comments belonging to this highlight has been fetched successfully');
});
});

Expand Down

0 comments on commit 6bb1018

Please sign in to comment.