ipcenter/switch_test.go

14 lines
142 B
Go
Raw Permalink Normal View History

2018-12-16 18:58:52 +00:00
package main
import (
"testing"
)
func TestSwitchYaml(t *testing.T) {
swi := NewSwitch()
if swi == nil {
t.Error("swi is error")
}
}