Skip to content

Commit

Permalink
fix: revert changes in advisory_locking_works testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
Mini256 committed Nov 6, 2022
1 parent 4cf3f51 commit 8177d21
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ fn advisory_locking_works(mut api: TestApi) {
// We move the engines into the async block so they get dropped when they
// are done with the request, releasing the lock as a consequence.
async move {
first_me
second_me
.apply_migrations(&migrations_directory)
.send()
.await
.unwrap()
.into_output()
},
async move {
second_me
first_me
.apply_migrations(&migrations_directory_2)
.send()
.await
Expand Down

0 comments on commit 8177d21

Please sign in to comment.