Skip to content

Commit 96dfc30

Browse files
committed
fix sign up test case
1 parent 9b364a6 commit 96dfc30

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/user.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
2-
var username="u5";
3-
var email="[email protected]";
1+
var username="u" + Date.now();
2+
var email="u" + Date.now() + "@test.com";
43
var password="password1";
54
describe("User",function(){
65
this.timeout(10000);

0 commit comments

Comments
 (0)