Fix the test case

This commit is contained in:
Raymond Feng 2015-01-30 08:52:45 -08:00
parent cd995b72e2
commit a18fa176a8
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ describe('User', function() {
assert.equal(err.details.context, 'user');
assert.deepEqual(err.details.codes.email, [
'presence',
'format.blank'
'format.null'
]);
done();