asad.awadia
10/03/2021, 3:07 AMfuture#await
call in the context of a DB query using Mockk
DB query returns future of rowset and calling an await on that in a suspending function so that I can ‘wait’ for the rowset
But the await call hangs my test..