Merge pull request #317 from strongloop/backport/fix-validate-4.x
Backport: Remove unnecessary line causing validation fail
This commit is contained in:
commit
d52727b73c
|
@ -94,7 +94,6 @@ describe('MySQL specific datatypes', function() {
|
||||||
var updatedData = {
|
var updatedData = {
|
||||||
type: 'Student - Basic',
|
type: 'Student - Basic',
|
||||||
amount: 1155.77,
|
amount: 1155.77,
|
||||||
users: {},
|
|
||||||
};
|
};
|
||||||
Account.update({id: 1}, updatedData, function(err, result) {
|
Account.update({id: 1}, updatedData, function(err, result) {
|
||||||
assert(!err);
|
assert(!err);
|
||||||
|
|
Loading…
Reference in New Issue