Update client_test.go

Co-authored-by: iwittkau <iwittkau@users.noreply.github.com>
This commit is contained in:
Winni Neessen 2023-01-02 22:22:31 +01:00 committed by GitHub
parent e6b73c2397
commit b12b0bb363
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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") == "" {