diff --git a/test/datatypes.test.js b/test/datatypes.test.js index 10d9452..5b91ab3 100644 --- a/test/datatypes.test.js +++ b/test/datatypes.test.js @@ -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);