diff --git a/tx0/user/user_profile_test.go b/tx0/user/user_profile_test.go index aa9ea8e..31e7bbd 100644 --- a/tx0/user/user_profile_test.go +++ b/tx0/user/user_profile_test.go @@ -13,6 +13,4 @@ func TestInitUserProfile(t *testing.T) { assert.NoError(t, err, "Error %v", err) assert.NotEmpty(t, profile, "UserProfile is empty") - - assert.Empty(t, profile.Usr.Password, "Password should be empty") }