Code refactoring
Go Release / build-and-release (pull_request) Successful in 7s
Go CI / Test and Lint (pull_request) Failing after 6s
Go CI / Test and Lint (push) Failing after 17s

This commit is contained in:
2026-05-25 22:36:59 -04:00
parent 8cfccc2722
commit e74dd82211
2 changed files with 3 additions and 3 deletions
+2
View File
@@ -13,4 +13,6 @@ func TestInitUserProfile(t *testing.T) {
assert.Equal(t, done, true, "Error")
assert.NotEmpty(t, profile, "UserProfile is empty")
assert.Empty(t, profile.Usr.Password, "Password should be empty")
}