Files
oc-deploy/src/cmd/args_test.go
2024-09-10 17:01:54 +00:00

9 lines
95 B
Go

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