Skip to content

Commit 670cbcd

Browse files
committed
Try to fix ci (third round)
1 parent bbc90b4 commit 670cbcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ async fn setup(connection: &mut TestConnection) -> TestConnection {
8585
name TEXT NOT NULL
8686
) CHARACTER SET utf8mb4",
8787
)
88-
.execute(&mut connection)
88+
.execute(connection)
8989
.await
9090
.unwrap();
9191
}
@@ -98,7 +98,7 @@ async fn setup(connection: &mut TestConnection) -> TestConnection {
9898
name VARCHAR NOT NULL
9999
)",
100100
)
101-
.execute(&mut connection)
101+
.execute(connection)
102102
.await
103103
.unwrap();
104104
}

0 commit comments

Comments
 (0)