Test clean up

disco_info_form
Mickael Remond 5 years ago
parent 06ee607f53
commit 4c23014051
No known key found for this signature in database
GPG Key ID: E6F6045D79965AA3

@ -13,6 +13,11 @@ func TestValidJids(t *testing.T) {
for i, sjid := range goodJids {
if jid, err = NewJid(sjid); err != nil {
t.Error("could not parse correct jid")
return
}
if jid == nil {
t.Error("jid should not be nil")
}
if jid.username != "test" {

Loading…
Cancel
Save