index on unique-indexes: c454180 Revert "Log objects rather than JSON stringified objects (#1922)"
reconfigure username/email tests Fix broken cloud code Save callback to variable undo Fix all tests where connections are left open after server closes. Fix issues caused by missing gridstore adapter remove uses of _collection reorder find() arguments Accept a database adapter as a parameter sudo maybe? use postgres username reorder find() arguments Build objects with default fields correctly Don't tell adapter about ACL WIP
This commit is contained in:
@@ -2288,7 +2288,7 @@ describe('Parse.User testing', () => {
|
||||
expect(err.code).toEqual(209);
|
||||
expect(err.message).toEqual("Session token is expired.");
|
||||
Parse.User.logOut() // Logout to prevent polluting CLI with messages
|
||||
.then(done());
|
||||
.then(done);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user