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

@@ -19,7 +19,7 @@ type RegisterSubscriptionTest struct {
Assert bool
}
func TestMembershipController(t *testing.T) {
func testMembershipController(t *testing.T) {
tests := getSubscriptionData()
for _, tt := range tests {