Skip to content

Commit a72b421

Browse files
committed
fix unit test
1 parent 9463a79 commit a72b421

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

zetaclient/testutils/mocks/chain_params.go

+4
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ func MockChainParams(chainID int64, confirmation uint64) observertypes.ChainPara
4545
MinObserverDelegation: observertypes.DefaultMinObserverDelegation,
4646
GatewayAddress: gwAddress,
4747
IsSupported: true,
48+
Confirmation: observertypes.Confirmation{
49+
SafeInboundCount: confirmation,
50+
SafeOutboundCount: confirmation,
51+
},
4852
}
4953
}
5054

0 commit comments

Comments
 (0)