Files
oc-deploy/src/cmd/args_test.go

9 lines
95 B
Go
Raw Normal View History

2024-09-10 17:01:54 +00:00
package cmd
import (
"testing"
)
func TestExecute(t *testing.T) {
Execute()
}