Start using parse format schema in transformQueryKeyValue

This commit is contained in:
Drew Gross
2016-04-26 10:12:45 -07:00
parent 5f564f32f5
commit a926712951
2 changed files with 12 additions and 12 deletions

View File

@@ -124,7 +124,6 @@ describe('SchemaController', () => {
var obj;
createTestUser()
.then(user => {
console.log(user);
return config.database.loadSchema()
// Create a valid class
.then(schema => schema.validateObject('Stuff', {foo: 'bar'}))