No need to transform post-transform keys in mongo adapter

This commit is contained in:
Drew Gross
2016-04-25 20:42:19 -07:00
parent e2a3213351
commit ee8a3c94d5
6 changed files with 51 additions and 69 deletions

View File

@@ -76,7 +76,7 @@ describe('Hooks', () => {
})
});
it("should CRUD a trigger registration", (done) => {
it("should CRUD a trigger registration", (done) => {
// Create
Parse.Hooks.createTrigger("MyClass","beforeDelete", "http://someurl").then((res) => {
expect(res.className).toBe("MyClass");