Remove unnecessary line causing validation fail
This commit is contained in:
parent
ab3b433fd0
commit
0ac10b054c
|
@ -94,7 +94,6 @@ describe('MySQL specific datatypes', function() {
|
|||
var updatedData = {
|
||||
type: 'Student - Basic',
|
||||
amount: 1155.77,
|
||||
users: {},
|
||||
};
|
||||
Account.update({id: 1}, updatedData, function(err, result) {
|
||||
assert(!err);
|
||||
|
|
Loading…
Reference in New Issue