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