Commit 9699dc09 authored by Andreas Bigger's avatar Andreas Bigger

change method name

parent e5edaa85
......@@ -17,9 +17,9 @@ import (
"github.com/ethereum-optimism/optimism/op-service/txmgr/mocks"
)
// TestSendTransaction tests that the driver can send a transaction
// through the txmgr.
func TestSendTransaction(t *testing.T) {
// TestBatchSubmitter_SendTransaction tests the driver's
// [SendTransaction] external facing function.
func TestBatchSubmitter_SendTransaction(t *testing.T) {
log := testlog.Logger(t, log.LvlCrit)
txMgr := mocks.TxManager{}
batcherInboxAddress := common.HexToAddress("0x42000000000000000000000000000000000000ff")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment