Change helper to reject only error message

This commit is contained in:
Blade Barringer
2015-10-24 22:23:30 -05:00
parent a0547b99ca
commit b763aedd29
8 changed files with 12 additions and 25 deletions

View File

@@ -99,7 +99,6 @@ describe('GET /groups', () => {
expect(tavern._id).to.eql('habitrpg');
done();
}).catch((err) => {
console.log(err);
done(err);
});
});