From 247dd84420d3f857451298aa98949c98630f17f8 Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Mon, 2 Sep 2019 16:53:58 -0700 Subject: [PATCH] Make test name in postgres a bit more verbose --- src/postgres/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/postgres/mod.rs b/src/postgres/mod.rs index f59f034f..181ab391 100644 --- a/src/postgres/mod.rs +++ b/src/postgres/mod.rs @@ -57,7 +57,7 @@ mod tests { } #[tokio::test] - async fn it_fetches_tuples() { + async fn it_fetches_tuples_from_a_system_table() { let conn = Connection::::establish(DATABASE_URL) .await .unwrap();