go-cert-gen/cmd/main_test.go

8 lines
77 B
Go
Raw Normal View History

2023-02-15 19:30:20 +01:00
package cmd
import "testing"
func TestExecute(t *testing.T) {
Execute()
}