@@ -109,8 +109,8 @@ public void testCreateUserWithDetailsInfo() {
109109 HugeUser user = new HugeUser ("james" );
110110 user .password ("pass2" );
111111 user .phone ("13812345678" );
112- user .email ("test@baidu .com" );
113- user .avatar ("http://image.baidu .com/image1" );
112+ user .email ("test@hugegraph .com" );
113+ user .avatar ("http://image.hugegraph .com/image1" );
114114 user .creator ("admin" );
115115
116116 Id id = authManager .createUser (user );
@@ -120,8 +120,8 @@ public void testCreateUserWithDetailsInfo() {
120120 Assert .assertEquals ("pass2" , user .password ());
121121 Assert .assertEquals (user .create (), user .update ());
122122 Assert .assertEquals ("13812345678" , user .phone ());
123- Assert .assertEquals ("test@baidu .com" , user .email ());
124- Assert .assertEquals ("http://image.baidu .com/image1" , user .avatar ());
123+ Assert .assertEquals ("test@hugegraph .com" , user .email ());
124+ Assert .assertEquals ("http://image.hugegraph .com/image1" , user .avatar ());
125125
126126 Map <String , Object > expected = new HashMap <>();
127127 expected .put ("user_name" , "james" );
0 commit comments