Skip to content

Commit

Permalink
minor update to previous unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast committed Jan 24, 2022
1 parent 163fa9b commit a5637f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UnitTests/Net/Smtp/SmtpClientTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3015,6 +3015,7 @@ protected override void OnRecipientNotAccepted (MimeMessage message, MailboxAddr

protected override void OnNoRecipientsAccepted (MimeMessage message)
{
base.OnNoRecipientsAccepted (message);
NoRecipientsAccepted = true;
}
}
Expand Down

0 comments on commit a5637f9

Please sign in to comment.