JP
10/09/2020, 3:12 PMverify
the call. I ended up trying something like
mockkObject(transaction { Users.insert { it[userId] = 123 } })
verify { transaction { Users.insert { it[userId] = 123 } } }
but that just creates an actual transaction that attempts to insert