That's great advice for `awaitExecutes`, but my pr...
# announcements
d
That's great advice for
awaitExecutes
, but my problem is that
callMethod
is part of an interface that needs to be mocked out in tests, so it can't be inline... I guess I'll have to return Any and cast it on caller site... 😞