asad.awadia
10/03/2021, 3:07 AMval 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