Skip to content

Commit

Permalink
Re-enable pool tests (lettre#684)
Browse files Browse the repository at this point in the history
The pool tests have been implicitly disabled by testing
for a feature that has been removed.
  • Loading branch information
toxeus authored Oct 20, 2021
1 parent 592593f commit a89383c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/transport_smtp_pool.rs
Original file line number Diff line number Diff line change
@@ -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};
Expand Down

0 comments on commit a89383c

Please sign in to comment.