Skip to content

Commit 4cdaf87

Browse files
authored
Drop the right table
1 parent a175eb2 commit 4cdaf87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/transactions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ async fn commit_with_serialization_failure_already_ends_transaction() {
191191
};
192192

193193
let (res, res1) = tokio::join!(res, res1);
194-
let _ = diesel::sql_query("DROP TABLE users3")
194+
let _ = diesel::sql_query("DROP TABLE users4")
195195
.execute(&mut conn1)
196196
.await;
197197

0 commit comments

Comments
 (0)