How to I test an op which yields and AssetMateria...
# ask-community
m
How to I test an op which yields and AssetMaterialization? I cannot find anything in the docs. When I run the op in the test - i just does nothing.
m
Hi Matthias -- if you want the list of events yielded by op execution, you should just be able to run
list(my_op())
the
AssetMaterialization
will appear in that list
👍 1