Hi, I have an `op` in some `job` that executes som...
# ask-community
a
Hi, I have an
op
in some
job
that executes some
graph
. is there a way to mock the
graph
function? I’m trying to patch it and for some reason, the unit test still invokes the original
graph
function.
s
Hi Amit, would you mind posting a code snippet?