forked from jshiffer/go-xmpp
committed by
Mickaël Rémond
parent
005c8823d9
commit
3b66e31888
@@ -21,6 +21,6 @@ func TestControlSet(t *testing.T) {
|
||||
}
|
||||
|
||||
if cs, ok := parsedIQ.Payload.(*ControlSet); !ok {
|
||||
t.Errorf("Paylod is not an iot control set: %v", cs)
|
||||
t.Errorf("Payload is not an iot control set: %v", cs)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user