internal/plugin[6]: Add generated mocks

This commit is contained in:
Chris Arcand
2021-10-28 20:16:26 -05:00
parent 6dc1fed6d5
commit 369264865e
5 changed files with 114 additions and 109 deletions

View File

@@ -235,7 +235,8 @@ func TestGRPCProvider_Configure(t *testing.T) {
}
func TestGRPCProvider_Stop(t *testing.T) {
client := mockProviderClient(t)
ctrl := gomock.NewController(t)
client := mockproto.NewMockProviderClient(ctrl)
p := &GRPCProvider{
client: client,
}