Skip to content

Commit 0101319

Browse files
committed
fix mock usage
1 parent f482453 commit 0101319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/internal_task_pollers_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ func TestProcessTask_failures(t *testing.T) {
173173
})
174174
}
175175

176-
func buildWorkflowTaskPoller(t *testing.T) (*workflowTaskPoller, *workflowservicetest.MockClient, *MockWorkflowTaskHandler, *MockLocalDispatcher) {
176+
func buildWorkflowTaskPoller(t *testing.T) (*workflowTaskPoller, *workflowservicetest.MockClient, *MockWorkflowTaskHandler, *mockLocalDispatcher) {
177177
ctrl := gomock.NewController(t)
178178
mockService := workflowservicetest.NewMockClient(ctrl)
179179
taskHandler := &MockWorkflowTaskHandler{}

0 commit comments

Comments
 (0)