Skip to content

Commit

Permalink
Updates mockery files
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzaldysanchez committed Dec 17, 2024
1 parent 5e8a427 commit 992d82c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
10 changes: 1 addition & 9 deletions .mockery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -597,12 +597,4 @@ packages:
dir: "{{ .InterfaceDir }}"
github.com/smartcontractkit/chainlink/v2/core/capabilities/targets:
interfaces:
ContractValueGetter:
github.com/smartcontractkit/chainlink/deployment:
interfaces:
OffchainClient:
config:
mockname: "Mock{{ .InterfaceName }}"
filename: offchain_client_mock.go
inpackage: true
dir: "{{ .InterfaceDir }}/mocks"
ContractValueGetter:
13 changes: 13 additions & 0 deletions deployment/.mockery.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
dir: "{{ .InterfaceDir }}/mocks"
mockname: "{{ .InterfaceName }}"
outpkg: mocks
filename: "{{ .InterfaceName | snakecase }}.go"
packages:
github.com/smartcontractkit/chainlink/deployment:
interfaces:
OffchainClient:
config:
mockname: "Mock{{ .InterfaceName }}"
filename: offchain_client_mock.go
inpackage: true
dir: "{{ .InterfaceDir }}/mocks"

0 comments on commit 992d82c

Please sign in to comment.