Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix typos in TestThreadedProgressObservers tests
test_threaded_progress_on_begin and test_threaded_progress_on_end were calling stop() on _patch rather than _mock_patch(), producing an error on the subsequent _mock_patch.start() (since it was already started, and hadn't been stopped). Corrected in this commit. Fixes #1104
- Loading branch information