Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finish no longer has to be explicitly called on Controller with defer if the Controller was created with testing.T. We tried to just mark this as deprecated in uber-go#50 but doing so would break many users, so we reverted it in uber-go#85. In doing so we dropped some wordings from the doc that marked Finished as unnecessary for most cases. This PR fixes the docstring to guide users without explicitly marking the API deprecated.
- Loading branch information