ipcenter/switch_test.go

15 lines
153 B
Go
Raw Permalink Normal View History

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