-
Sebastian Stammler authored
numCalls are incremented concurrently, so access needs to be made concurrency safe. - testify.Mock doesn't hold a lock when calling a provided Run function. - simple mock also has concurrent access.
b3b462da
numCalls are incremented concurrently, so access needs to be made concurrency safe. - testify.Mock doesn't hold a lock when calling a provided Run function. - simple mock also has concurrent access.