chg testcases to be private
This commit is contained in:
@@ -104,15 +104,15 @@ func TestSuite(t *testing.T) {
|
||||
// code := m.Run()
|
||||
|
||||
t.Run("userController", func(t *testing.T) {
|
||||
TestUserController(t)
|
||||
testUserController(t)
|
||||
})
|
||||
|
||||
t.Run("contactController", func(t *testing.T) {
|
||||
TestContactController(t)
|
||||
testContactController(t)
|
||||
})
|
||||
|
||||
t.Run("membershipController", func(t *testing.T) {
|
||||
TestMembershipController(t)
|
||||
testMembershipController(t)
|
||||
})
|
||||
|
||||
if err := utils.SMTPStop(); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user