go-cert-gen/cmd/main_test.go
2023-02-15 19:30:20 +01:00

8 lines
77 B
Go

package cmd
import "testing"
func TestExecute(t *testing.T) {
Execute()
}