Re-enable pool tests (#684)

The pool tests have been implicitly disabled by testing
for a feature that has been removed.
This commit is contained in:
Filip Gospodinov
2021-10-20 19:31:56 +02:00
committed by GitHub
parent 592593f4b8
commit a89383cdb6

View File

@@ -1,4 +1,4 @@
#[cfg(all(test, feature = "smtp-transport", feature = "r2d2"))]
#[cfg(all(test, feature = "smtp-transport", feature = "pool"))]
mod sync {
use lettre::{address::Envelope, SmtpTransport, Transport};
use std::{sync::mpsc, thread};