This repository has been archived by the owner on Dec 30, 2020. It is now read-only.
Fixed
- Blocking mode tests occasionally waiting for 5 seconds before assertions. This was due to us using the same method of awaiting as for non-blocking tests. However this is not necessary for blocking mode tests and so was removed.
- Made initial state assertions more explicit by requiring to provide the initial state to the
assert
function. - Fixed potential race condition in
TestFlowObserver