mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-12 17:02:55 +01:00
Update client_test.go
Co-authored-by: iwittkau <iwittkau@users.noreply.github.com>
This commit is contained in:
parent
e6b73c2397
commit
b12b0bb363
1 changed files with 1 additions and 1 deletions
|
@ -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") == "" {
|
||||
|
|
Loading…
Reference in a new issue