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