Closed jhkimqd closed 1 week ago
This PR addresses an issue where the previous pool_mock.go file would get deleted when running make mocks. Now, the pool_mock.go will be generated following the same conventions used to generate other mocks.
pool_mock.go
make mocks
This PR addresses an issue where the previous
pool_mock.go
file would get deleted when runningmake mocks
. Now, thepool_mock.go
will be generated following the same conventions used to generate other mocks.