I tried putting the `every`s in a `beforeEachTest`...
# mockk
d
I tried putting the `every`s in a
beforeEachTest
block, and it seems to work... could that error mean that I'm trying to call a method that I haven't declared an
every
for? If so, could there be a way for such an error to be more precise, like
Missing 'every' for ... function call
?