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 think runAsync should check hasPendingOperations() is false after running a test, at least for asyncdispatch, otherwise you may get tests affecting other tests because they asyncChecked some future that's still running after the test completed.
I think runAsync should check
hasPendingOperations()is false after running a test, at least for asyncdispatch, otherwise you may get tests affecting other tests because they asyncChecked some future that's still running after the test completed.