chg testcases to be private

This commit is contained in:
$(pass /github/name)
2024-09-06 09:21:30 +02:00
parent 46e09a1285
commit 0d7c5674da
4 changed files with 6 additions and 6 deletions

View File

@@ -51,7 +51,7 @@ func (rt *RegisterUserTest) ValidateResult() error {
return validateUser(rt.Assert, rt.WantDBData)
}
func TestUserController(t *testing.T) {
func testUserController(t *testing.T) {
tests := getTestUsers()
for _, tt := range tests {