chg testcases to be private
This commit is contained in:
@@ -22,7 +22,7 @@ type RelayContactRequestTest struct {
|
||||
Assert bool
|
||||
}
|
||||
|
||||
func TestContactController(t *testing.T) {
|
||||
func testContactController(t *testing.T) {
|
||||
|
||||
tests := getContactData()
|
||||
for _, tt := range tests {
|
||||
|
||||
Reference in New Issue
Block a user