diff --git a/espresso/enclave-tests/enclave_smoke_test.go b/espresso/enclave-tests/enclave_smoke_test.go index ad04ef8f747f0..bb86c8ffd18b9 100644 --- a/espresso/enclave-tests/enclave_smoke_test.go +++ b/espresso/enclave-tests/enclave_smoke_test.go @@ -18,9 +18,9 @@ import ( env "github.com/ethereum-optimism/optimism/espresso/environment" ) -// TestE2eDevNetEnclaveWithEspressoSimpleTransactions launches the e2e Dev Net with the Espresso Dev Node -// and runs a couple of simple transactions to it. -func TestE2eDevNetEnclaveWithEspressoSimpleTransactions(t *testing.T) { +// TestE2eDevNetWithEspressoAndEnclaveSimpleTransactions launches the e2e Dev Net with the Espresso +// Dev Node in Enclave and runs a couple of simple transactions to it. +func TestE2eDevNetWithEspressoAndEnclaveSimpleTransactions(t *testing.T) { ctx, cancel := context.WithCancel(context.Background()) defer cancel() diff --git a/espresso/environment/espresso_dev_node_test.go b/espresso/environment/espresso_dev_node_test.go index 567e0331245a8..6091b8163a1da 100644 --- a/espresso/environment/espresso_dev_node_test.go +++ b/espresso/environment/espresso_dev_node_test.go @@ -110,8 +110,8 @@ func TestE2eDevNetWithEspressoSimpleTransactions(t *testing.T) { } -// TestE2eDevNetWithEspressoSimpleTransactions launches the e2e Dev Net with the Espresso Dev Node -// and runs a couple of simple transactions to it. +// TestE2eDevNetWithEspressoAndAltDaSimpleTransactions launches the e2e Dev Net with the Espresso +// Dev Node in AltDA mode and runs a couple of simple transactions to it. func TestE2eDevNetWithEspressoAndAltDaSimpleTransactions(t *testing.T) { ctx, cancel := context.WithCancel(context.Background()) defer cancel()