Make test name in postgres a bit more verbose

This commit is contained in:
Ryan Leckey 2019-09-02 16:53:58 -07:00
parent d26f72e1e6
commit 247dd84420

View File

@ -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::<Postgres>::establish(DATABASE_URL)
.await
.unwrap();