From 87a437311bcd0f52884b89db80eb0c977830c9c6 Mon Sep 17 00:00:00 2001 From: phoenix Date: Wed, 27 May 2026 22:49:30 -0400 Subject: [PATCH] Test fix --- tx0/user/user_profile_test.go | 2 -- 1 file changed, 2 deletions(-) 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") }