Skip to content

Commit

Permalink
minor fix on the side
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed May 5, 2022
1 parent 089cfa2 commit 07b8e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ParseUser.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2926,7 +2926,7 @@ describe('Parse.User testing', () => {
sendPasswordResetEmail: () => Promise.resolve(),
sendMail: () => Promise.resolve(),
};
reconfigureServer({
await reconfigureServer({
appName: 'unused',
verifyUserEmails: true,
emailAdapter: emailAdapter,
Expand Down

0 comments on commit 07b8e38

Please sign in to comment.