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

@@ -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 {