@@ -55,7 +55,7 @@ func TestMobileSignUp_RealPhone(t *testing.T) {
55
55
// Mobile login case 1: mobile used for the 1st time,
56
56
// and user wants to create a new account with this mobile.
57
57
// Simply generate a new phone works.
58
- func TestMobileSignUp_FakePhoneEmail (t * testing.T ) {
58
+ func TestMobileSignUp_FakeEmailFromPhone (t * testing.T ) {
59
59
v := ztsms .NewVerifier (faker .GenPhone (), null.String {})
60
60
61
61
NewRepo ().MustSaveMobileVerifier (v )
@@ -68,7 +68,7 @@ func TestMobileSignUp_FakePhoneEmail(t *testing.T) {
68
68
// mobile set.
69
69
// Generates a new phone, and generates a new email account
70
70
// but does not save it.
71
- func TestMobileSignUp_NewEmailAccount (t * testing.T ) {
71
+ func TestMobileSignUp_LinkNewEmail (t * testing.T ) {
72
72
a := NewPersona ().EmailOnlyAccount ()
73
73
74
74
v := ztsms .NewVerifier (faker .GenPhone (), null.String {})
@@ -82,7 +82,7 @@ func TestMobileSignUp_NewEmailAccount(t *testing.T) {
82
82
// Mobile login case 3: mobile used for the 1st time,
83
83
// and user wants to link to an existing email account.
84
84
// Generate a new phone, and create an email-only account.
85
- func TestMobileLinkExistingEmail (t * testing.T ) {
85
+ func TestMobileSignUp_LinkExistingEmail (t * testing.T ) {
86
86
a := NewPersona ().EmailOnlyAccount ()
87
87
v := ztsms .NewVerifier (faker .GenPhone (), null.String {})
88
88
0 commit comments