Merge pull request #316 from strongloop/fix/validation-update

Remove unnecessary line causing validation fail
This commit is contained in:
Sakib Hasan 2017-07-31 17:15:03 -04:00 committed by GitHub
commit ccac704cce
1 changed files with 0 additions and 1 deletions

View File

@ -111,7 +111,6 @@ describe('MySQL specific datatypes', function() {
var updatedData = {
type: 'Student - Basic',
amount: 1155.77,
users: {},
};
Account.update({id: 1}, updatedData, function(err, result) {
if (err) return done(err);