Skip to content

Commit

Permalink
core/services/relay/evm: fix commit race (#15212)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 authored Nov 12, 2024
1 parent 7bd35dc commit 61aa9af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/services/relay/evm/chain_components_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ func (h *helper) Init(t *testing.T) {
h.client = h.Client(t)

h.txm = h.TXM(t, h.client)
h.Commit()
}

func (h *helper) SetupKeys(t *testing.T) {
Expand Down

0 comments on commit 61aa9af

Please sign in to comment.