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
Fails because int is non-nullable and the test possibly calls OnNext(0) that is a legal value. The same impementation over IProcessor<object, object> passes this particular test.