diff --git a/stanza/iq_disco_test.go b/stanza/iq_disco_test.go index 47e2653..08ccc68 100644 --- a/stanza/iq_disco_test.go +++ b/stanza/iq_disco_test.go @@ -7,6 +7,7 @@ import ( "gosrc.io/xmpp/stanza" ) +// Test DiscoInfo Builder with several features func TestDiscoInfo_Builder(t *testing.T) { iq := stanza.NewIQ(stanza.Attrs{Type: "get", To: "service.localhost", Id: "disco-get-1"}) disco := iq.DiscoInfo()