-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Mockey version:
Please provide the version of Mockey you are using.
Environment:
The output of go env
.
Additional context
Add any other context about the problem here.
mockey.Mock((redisLock).Lock).To(func(ctx context.Context, key string, ttl int) (f func() error, err error) {
return func() error { return nil }, nil
}).Build()
Metadata
Metadata
Assignees
Labels
No labels