From b12b0bb363d0e888b2e93014dc3e149b71f277b2 Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Mon, 2 Jan 2023 22:22:31 +0100 Subject: [PATCH] Update client_test.go Co-authored-by: iwittkau --- client_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client_test.go b/client_test.go index 96fd0c2..d7ef11c 100644 --- a/client_test.go +++ b/client_test.go @@ -990,7 +990,7 @@ func TestValidateLine(t *testing.T) { } } -// TestClient_Send_MsgSendError tests the Send() method of Client with a broken and verifies +// TestClient_Send_MsgSendError tests the Client.Send method with a broken recipient and verifies // that the SendError type works properly func TestClient_Send_MsgSendError(t *testing.T) { if os.Getenv("TEST_ALLOW_SEND") == "" {