Hi Mokkery Team,
I've realised that when I verify a function that returns a Flow, a warning is displayed complaining that the "Flow is constructed but not used ".
For now I'm using "@Suppress("UnusedFlow")" or ".let {}" to handle the UnusedFlow warning without removing the verification logic.
I'd like to know if this is the expected behaviour or I'm missing something.
Regards!
I attach a small project that reproduces the issue.
TestMokkery.zip
Hi Mokkery Team,
I've realised that when I verify a function that returns a Flow, a warning is displayed complaining that the "Flow is constructed but not used ".
For now I'm using "@Suppress("UnusedFlow")" or ".let {}" to handle the UnusedFlow warning without removing the verification logic.
I'd like to know if this is the expected behaviour or I'm missing something.
Regards!
I attach a small project that reproduces the issue.
TestMokkery.zip