Skip to content

Commit

Permalink
chore(deps): fix comment on mockery.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanMaidurov committed Feb 9, 2024
1 parent f7125e0 commit ffecd52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mockery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mockname: "{{.InterfaceName}}"
filename: "{{.InterfaceNameSnake}}.go"
# place all mocks in the mocks package
outpkg: "mocks"
# all mocks in a single folder without sub folders per package
# all mocks should live near their interfaces
dir: "{{.InterfaceDirRelative}}/mocks"

# mocks to generate
Expand Down

0 comments on commit ffecd52

Please sign in to comment.