initialize testing for menu handlers

This commit is contained in:
2024-08-28 14:14:28 +03:00
parent 9153336412
commit 54bc09b7e9

View File

@@ -0,0 +1,11 @@
package ussd
import "testing"
func CreateAccountTest(t *testing.T){
}