Skip to content

Commit

Permalink
Test mockery
Browse files Browse the repository at this point in the history
  • Loading branch information
sergio-mena committed Feb 29, 2024
1 parent c1ab358 commit f6607db
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions abci/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ const (
echoRetryIntervalSeconds = 1
)

//go:generate ../../scripts/mockery_generate.sh Bla

// This is bla bla bla ble bli blo blu.
type Bla interface {
Ble() error
}

//go:generate ../../scripts/mockery_generate.sh Client

// Client defines the interface for an ABCI client.
Expand Down

0 comments on commit f6607db

Please sign in to comment.