How can i reset the verify count? ```verify(exact...
# kotlintest
s
How can i reset the verify count?
Copy code
verify(exactly = 1) { mView.showLocations(any()) }

// Reset verify

locationListPresenter.onFilterTextChanged(text)
verify(exactly = 1) { mView.showLocations(any()) }