Skip to content

Commit 585b95c

Browse files
committed
use mockery for mocks of the client
1 parent 3b18908 commit 585b95c

File tree

4 files changed

+549
-68
lines changed

4 files changed

+549
-68
lines changed

.mockery.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,10 @@ packages:
6565
dir: ./block/internal/common
6666
pkgname: common
6767
filename: broadcaster_mock.go
68+
github.com/evstack/ev-node/block/internal/da:
69+
interfaces:
70+
BlobAPI:
71+
config:
72+
dir: ./block/internal/da
73+
pkgname: da
74+
filename: blob_api_mock.go

0 commit comments

Comments
 (0)