Revert "Validate on updateAll"

This commit is contained in:
Sakib Hasan 2017-08-03 07:11:30 -04:00 committed by ssh24
parent 2809d62990
commit 2fd5701ede
1 changed files with 0 additions and 2 deletions

View File

@ -2615,7 +2615,6 @@ describe('User', function() {
});
},
function updatePartialUser(next) {
delete User.validations;
User.updateAll(
{pk: userPartial.pk},
{age: userPartial.age + 1},
@ -2714,7 +2713,6 @@ describe('User', function() {
});
},
function updateSpecialUser(next) {
delete User.validations;
User.updateAll(
{name: 'Special'},
{email: 'superspecial@example.com'}, function(err, info) {