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