Skip to content

Commit

Permalink
Mock for price registry provider (#547)
Browse files Browse the repository at this point in the history
## Motivation


## Solution
  • Loading branch information
jarnaud authored Feb 22, 2024
1 parent 3a88992 commit 761560c
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 0 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (
"github.com/smartcontractkit/chainlink/v2/core/services/ocr2/plugins/ccip/internal/observability"
)

//go:generate mockery --quiet --name PriceRegistry --filename price_registry_mock.go --case=underscore
type PriceRegistry interface {
NewPriceRegistryReader(ctx context.Context, addr cciptypes.Address) (cciptypes.PriceRegistryReader, error)
}
Expand Down

0 comments on commit 761560c

Please sign in to comment.