Skip to content

Commit

Permalink
Merge pull request #16 from alexferl/rename_mocks
Browse files Browse the repository at this point in the history
rename mocks
  • Loading branch information
alexferl authored Mar 11, 2024
2 parents a910c56 + 6074c8b commit fa159ec
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mockery.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
with-expecter: True
filename: "mock_{{.InterfaceName}}_test.go"
filename: "mock_{{.InterfaceName}}.go"
dir: "{{.InterfaceDir}}"
mockname: "Mock{{.InterfaceName}}"
outpkg: "{{.PackageName}}"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit fa159ec

Please sign in to comment.