remove new line

This commit is contained in:
theexiile1305 2024-09-18 14:28:55 +02:00
parent 94942ed383
commit 41a81966d8
No known key found for this signature in database
GPG key ID: A1BDDE98F2BF6E40

View file

@ -117,6 +117,7 @@ func TestNewClientWithOptions(t *testing.T) {
{"WithDialContextFunc()", WithDialContextFunc(func(ctx context.Context, network, address string) (net.Conn, error) {
return nil, nil
}), false},
{
"WithDSNRcptNotifyType() NEVER combination",
WithDSNRcptNotifyType(DSNRcptNotifySuccess, DSNRcptNotifyNever), true,