I am trying to mock a `future#await` call in the c...
# mockk
a
I am trying to mock a
future#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..