```val rowSet = pgPool.preparedQuery("some sql sta...
# mockk
a
Copy code
val rowSet = pgPool.preparedQuery("some sql statement).execute(
      Tuple.of(
        $1
        $2,
        $3
      )
    ).await()
my test code hangs on this await even though I have matchers for everything I am not sure if it is a mockk thing - or a runblocking thing or because of vertx