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

change method name

parent e5edaa85
...@@ -17,9 +17,9 @@ import ( ...@@ -17,9 +17,9 @@ import (
"github.com/ethereum-optimism/optimism/op-service/txmgr/mocks" "github.com/ethereum-optimism/optimism/op-service/txmgr/mocks"
) )
// TestSendTransaction tests that the driver can send a transaction // TestBatchSubmitter_SendTransaction tests the driver's
// through the txmgr. // [SendTransaction] external facing function.
func TestSendTransaction(t *testing.T) { func TestBatchSubmitter_SendTransaction(t *testing.T) {
log := testlog.Logger(t, log.LvlCrit) log := testlog.Logger(t, log.LvlCrit)
txMgr := mocks.TxManager{} txMgr := mocks.TxManager{}
batcherInboxAddress := common.HexToAddress("0x42000000000000000000000000000000000000ff") 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