Skip to content

Commit fbcd4e0

Browse files
3vilhamsterGroxx
andauthored
Update internal/internal_public.go
Co-authored-by: Steven L <[email protected]>
1 parent 86c8f4c commit fbcd4e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/internal_public.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import (
3333
s "go.uber.org/cadence/.gen/go/shared"
3434
)
3535

36-
//go:generate mockery --srcpkg . --name WorkflowTaskHandler --output . --outpkg internal --inpackage --with-expecter --case snake --boilerplate-file ../LICENSE
36+
//go:generate mockery --name WorkflowTaskHandler --inpackage --with-expecter --case snake --boilerplate-file ../LICENSE
3737

3838
type (
3939
decisionHeartbeatFunc func(response interface{}, startTime time.Time) (*workflowTask, error)

0 commit comments

Comments
 (0)