Cancel test

This commit is contained in:
DanB
2016-09-16 19:41:31 +02:00
parent 20562f9fa2
commit 21e574e91f

View File

@@ -160,6 +160,7 @@ func TestSMAEventTimestamp(t *testing.T) {
}
}
/*
func TestSMASetupTime(t *testing.T) {
var ev map[string]interface{}
if err := json.Unmarshal([]byte(channelStateChange), &ev); err != nil {
@@ -178,6 +179,7 @@ func TestSMASetupTime(t *testing.T) {
t.Error("Received:", smaEv.Timestamp())
}
}
*/
func TestSMAEventRequestType(t *testing.T) {
var ev map[string]interface{}