Test fix
This commit is contained in:
@@ -7,10 +7,7 @@ import (
|
||||
)
|
||||
|
||||
func TestInitUserProfile(t *testing.T) {
|
||||
usr := User{}
|
||||
usr.Username = "Bob"
|
||||
usr.PhoneNumber = "+12224572351"
|
||||
usr.Password = "TheNight!"
|
||||
usr := User{Username: "Bob", PhoneNumber: "+12224572351", Password: "TheNight!"}
|
||||
|
||||
profile, done := InitUserProfile(&usr)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user