Skip to content

Commit

Permalink
Fix test with new TxMgr constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
asoliman92 committed Aug 7, 2024
1 parent 531ebe7 commit a89af6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/capabilities/ccip/ocrimpls/contract_transmitter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,8 @@ func makeTestEvmTxm(
lggr,
lp,
keyStore,
estimator)
estimator,
ht)
require.NoError(t, err, "can't create tx manager")

_, unsub := broadcaster.Subscribe(txm)
Expand Down

0 comments on commit a89af6b

Please sign in to comment.