Skip to content

Commit 2aff07a

Browse files
mocks updated
1 parent 64fb2de commit 2aff07a

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

local/mocks/node_process.go

+8-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

local/node.go

-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ func (node *localNode) AttachPeer(ctx context.Context, router router.InboundHand
9797
clientUpgrader := peer.NewTLSClientUpgrader(
9898
tlsConfg,
9999
prometheus.NewCounter(prometheus.CounterOpts{}),
100-
version.GetDurangoTime(node.networkID),
101100
)
102101
conn, err := node.getConnFunc(ctx, node)
103102
if err != nil {

scripts/genmocks.sh

-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ fi
99
mockery --dir api --name Client --output api/mocks/ --filename client.go
1010
mockery --dir api --name EthClient --output api/mocks/ --filename EthClient.go
1111
mockery --dir local --name NodeProcess --output local/mocks/ --filename node_process.go
12-
mockery --dir k8s --name dnsReachableChecker --output k8s/mocks/ --filename dns_checker.go --structname DnsReachableChecker
1312

1413
echo "Successfully generated mock files"

0 commit comments

Comments
 (0)