Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fix spurious fails in Supply.interval tests
The cancel inside the CATCH block could also happen before the cancellation value was set because of an exception. And then bomb again, causing the test failure.
- Loading branch information