go-spacemesh
go-spacemesh copied to clipboard
Use generated mocks over custom implemented ones where possible
Description
Currently a mix of generated and handwritten mocks is used in various tests. We should replace the handwritten mocks with generated ones.
Affected code
- in
activation
-
MockSigning
: can possibly be replaced withsigning/mocks.MockSigner
- various other mocks that could be generated
-
- in
api/grpcserver
-
MockSigning
: can possibly be replaced withsigning/mocks.MockSigner
- various other mocks that could be generated
-