From 8e11fabbaf5528f9783e13d5db5e06410d2e1e30 Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Mon, 28 Oct 2024 21:14:05 +0100 Subject: [PATCH] Remove unused TestRcpt constant from client_test.go The TestRcpt constant was defined but never used within the test file, leading to unnecessary clutter. Removing it enhances code readability and maintainability. --- client_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/client_test.go b/client_test.go index 1ba0fc9..664f0fd 100644 --- a/client_test.go +++ b/client_test.go @@ -30,8 +30,6 @@ import ( const ( // DefaultHost is used as default hostname for the Client DefaultHost = "127.0.0.1" - // TestRcpt is a trash mail address to send test mails to - TestRcpt = "couttifaddebro-1473@yopmail.com" // TestServerProto is the protocol used for the simple SMTP test server TestServerProto = "tcp" // TestServerAddr is the address the simple SMTP test server listens on