Skip to content

Commit 746c978

Browse files
authored
use example domain
1 parent 60fd5d6 commit 746c978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ParseUser.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3557,7 +3557,7 @@ describe('Parse.User testing', () => {
35573557
user.set({
35583558
username: 'hello',
35593559
password: 'world',
3560-
email: 'test@email.com',
3560+
email: 'test@example.com',
35613561
});
35623562
await reconfigureServer({
35633563
appName: 'unused',

0 commit comments

Comments
 (0)