Remove unnecessary line causing validation fail

This commit is contained in:
ssh24 2017-07-31 16:52:56 -04:00
parent ab3b433fd0
commit 0ac10b054c
1 changed files with 0 additions and 1 deletions

View File

@ -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);