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