Hi everyone, I am trying to write some simple test...
# ktor
t
Hi everyone, I am trying to write some simple test for my service layer in ktor application. I am testing someService.findById function which is covered with exposeds transaction, I am getting an error that I need to call Database.connect() before testing that method. Can someone please help me. I am using mockk + exposed