Bump Go version and go-cmp version

Update code to fix tests.
This commit is contained in:
Mickaël Rémond
2025-09-29 13:53:45 +02:00
parent 7186c058fd
commit 8e1c4f1204
8 changed files with 64 additions and 164 deletions
+1 -1
View File
@@ -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 {