mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-30 05:11:13 +00:00
Make test name in postgres a bit more verbose
This commit is contained in:
parent
d26f72e1e6
commit
247dd84420
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user