Fix changeStatus

This commit is contained in:
gaba
2016-11-22 12:32:33 -08:00
parent f7c4e8bf24
commit ff6ee76d3d
5 changed files with 18 additions and 19 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ describe('User: models', () => {
});
});
it('should not still disable and ban the user if there is no comment', () => {
it('should still disable and ban the user if there is no comment', () => {
return User
.setStatus(mockUsers[0].id, 'banned', '')
.then(() => {