forked from jshiffer/go-xmpp
Bump Go version and go-cmp version
Update code to fix tests.
This commit is contained in:
+1
-1
@@ -189,7 +189,7 @@ func TestClient_SendIQ(t *testing.T) {
|
||||
client.ErrorHandler = errorHandler
|
||||
res, err := client.SendIQ(ctx, iqReq)
|
||||
if err != nil {
|
||||
t.Errorf(err.Error())
|
||||
t.Error(err)
|
||||
}
|
||||
|
||||
select {
|
||||
|
||||
Reference in New Issue
Block a user