chg testcases to be private
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user