Skip to content

Commit

Permalink
use example domain
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza authored Jan 8, 2023
1 parent 60fd5d6 commit 746c978
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 @@ -3557,7 +3557,7 @@ describe('Parse.User testing', () => {
user.set({
username: 'hello',
password: 'world',
email: 'test@email.com',
email: 'test@example.com',
});
await reconfigureServer({
appName: 'unused',
Expand Down

0 comments on commit 746c978

Please sign in to comment.