You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that @InjectMock(relaxUnitFun = true) does not seem to work for suspending functions that return Unit. Is that intended by design or a bug? The test passes well when I configure @InjectMock(relaxed = true) instead.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi!
I noticed that
@InjectMock(relaxUnitFun = true)
does not seem to work for suspending functions that returnUnit
. Is that intended by design or a bug? The test passes well when I configure@InjectMock(relaxed = true)
instead.Thanks!
The text was updated successfully, but these errors were encountered: