ipcenter/switch_test.go
2018-12-17 02:58:52 +08:00

15 lines
153 B
Go

package main
import (
"testing"
)
func TestSwitchYaml(t *testing.T) {
t.Error()
swi := NewSwitch()
if swi == nil {
t.Error("swi is error")
}
}