Skip to content

Commit 7565d9e

Browse files
authored
simplify
Signed-off-by: Manuel <[email protected]>
1 parent 93e4989 commit 7565d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: spec/EmailVerification.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1388,7 +1388,7 @@ describe('Auth Context', () => {
13881388
});
13891389

13901390
it('should call verifyUserEmails with correct auth context on login', async (done) => {
1391-
await Parse.User.logIn('testuser', 'securepassword');
1391+
await Parse.User.logIn('user', 'pass');
13921392

13931393
expect(config.verifyUserEmails).toHaveBeenCalledWith({
13941394
action: 'login',

0 commit comments

Comments
 (0)