From b0df2ba3485b500cff5b9977cde09aba97b7a9e7 Mon Sep 17 00:00:00 2001 From: Keyao Shen Date: Fri, 26 Sep 2025 13:06:30 -0700 Subject: [PATCH] Rename tests --- espresso/enclave-tests/enclave_smoke_test.go | 6 +++--- espresso/environment/espresso_dev_node_test.go | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/espresso/enclave-tests/enclave_smoke_test.go b/espresso/enclave-tests/enclave_smoke_test.go index b8746f8ebcc8e..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" ) -// TestE2eDevNetWithEspressoSimpleTransactions launches the e2e Dev Net with the Espresso Dev Node -// and runs a couple of simple transactions to it. -func TestE2eDevNetWithEspressoSimpleTransactions(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()