0xPolygonHermez / cdk-erigon

Ethereum implementation on the efficiency frontier
GNU Lesser General Public License v3.0
35 stars 40 forks source link

fix: follow mock generate convention #1462

Closed jhkimqd closed 1 week ago

jhkimqd commented 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.