Append error to the message
This commit is contained in:
parent
7635312c02
commit
fb2624bc6c
|
@ -248,7 +248,7 @@ describe('migrations', function() {
|
|||
}
|
||||
|
||||
UserData.create({email: 'test@example.com'}, function(err, user) {
|
||||
assert.ok(!err, 'Could not create user');
|
||||
assert.ok(!err, 'Could not create user: ' + err);
|
||||
userExists(function(yep) {
|
||||
assert.ok(yep, 'User does not exist');
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue