Skip to content

Commit 7052fe7

Browse files
committed
Try to fix ci (5. round)
1 parent 80a38a4 commit 7052fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,6 @@ async fn connection() -> TestConnection {
107107
let db_url = std::env::var("DATABASE_URL").unwrap();
108108
let mut conn = TestConnection::establish(&db_url).await.unwrap();
109109
conn.begin_test_transaction().await.unwrap();
110-
setup(&mut conn);
110+
setup(&mut conn).await;
111111
conn
112112
}

0 commit comments

Comments
 (0)