One test to do.

This commit is contained in:
gaba
2016-11-08 16:01:57 -08:00
parent b19f936e64
commit b5769f429c
+1 -6
View File
@@ -113,11 +113,6 @@ describe('Comment: models', () => {
expect(result[0]).to.have.property('body', 'comment 30');
});
});
it('should fail when the moderation is not pre or post', () => {
return Comment.moderationQueue('any').then((error, result) => {
expect(error).to.not.be.null;
expect(result).to.be.null;
});
});
it('should fail when the moderation is not pre or post');
});
});