10 lines
133 B
Go
Executable File
10 lines
133 B
Go
Executable File
package main
|
|
|
|
import "testing"
|
|
|
|
func TestCmiiEnvDeploy(t *testing.T) {
|
|
|
|
CmiiEnvDeploy(devOperation, true, "5.6.0", devOperation)
|
|
|
|
}
|