10 lines
105 B
Go
10 lines
105 B
Go
package cmii_operator
|
|
|
|
import "testing"
|
|
|
|
func TestGetAllContainer(t *testing.T) {
|
|
|
|
GetAllContainer()
|
|
|
|
}
|