Skip to content

Commit 10ae2d4

Browse files
committed
Fix the connection pool tests
1 parent 5373bdb commit 10ae2d4

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/pooled_connection/bb8.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
//!
1010
//! # #[tokio::main(flavor = "current_thread")]
1111
//! # async fn main() {
12+
//! # establish_connection().await;
1213
//! # run_test().await.unwrap();
1314
//! # }
1415
//! #

src/pooled_connection/deadpool.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
//!
1010
//! # #[tokio::main(flavor = "current_thread")]
1111
//! # async fn main() {
12+
//! # establish_connection().await;
1213
//! # run_test().await.unwrap();
1314
//! # }
1415
//! #

src/pooled_connection/mobc.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
//!
1010
//! # #[tokio::main(flavor = "current_thread")]
1111
//! # async fn main() {
12+
//! # establish_connection().await;
1213
//! # run_test().await.unwrap();
1314
//! # }
1415
//! #

0 commit comments

Comments
 (0)