I asked this in <#C0922A726|general> and <#C9EJFT6...
# exposed
t
I asked this in #general and #mockk as well, but wanted to check with this channel too. Has anyone had luck using MockK for mocking Exposed, especially for transactions against models, and verifying that they are being called as expected?
t
Never tried to mock transactions, what you want to verify with it? Call to
.connection
?