address different comment in result

This commit is contained in:
Riley Davis
2016-12-15 15:58:56 -07:00
parent 833094b6dd
commit 64ac1610eb
+1 -1
View File
@@ -92,7 +92,7 @@ describe('/api/v1/comments', () => {
.then(res => {
expect(res).to.have.status(200);
expect(res.body.comments).to.have.length(2);
expect(res.body.comments[0]).to.have.property('author_id', '456');
expect(res.body.comments[1]).to.have.property('author_id', '456');
});
});