From 014957e02948715460ec76914c5795c9b0de02f0 Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Tue, 9 Jul 2019 17:06:57 +0200 Subject: [PATCH] Expand comments --- stanza/iq_disco_test.go | 1 + 1 file changed, 1 insertion(+) 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()