diff --git a/block/internal/submitting/submitter_test.go b/block/internal/submitting/submitter_test.go index b1e2d2e988..ff7d2d4e51 100644 --- a/block/internal/submitting/submitter_test.go +++ b/block/internal/submitting/submitter_test.go @@ -562,7 +562,7 @@ func TestSubmitter_CacheClearedOnHeightInclusion(t *testing.T) { // // Scenario: // 1. Node runs normally: heights 1–3 are DA-included, height 3 is in-flight -// (submitted to DA but not yet finalized). SetHeaderDAIncluded writes both +// (submitted to DA but not yet finalized). SetHeaderDAIncluded writes both // the real-hash entry AND the snapshot key. // 2. Node restarts: a fresh Manager is constructed on the same store. // RestoreFromStore reads the snapshot and installs placeholder entries diff --git a/pkg/signer/aws/signer_benchmark_test.go b/pkg/signer/aws/signer_benchmark_test.go index 974048f52b..50b1bbf172 100644 --- a/pkg/signer/aws/signer_benchmark_test.go +++ b/pkg/signer/aws/signer_benchmark_test.go @@ -15,7 +15,7 @@ import ( // BenchmarkKmsSignerSign test kms round trip // export EVNODE_E2E_GCP_KMS_KEY_NAME=projects//locations//keyRings//cryptoKeys//cryptoKeyVersions/1 // export EVNODE_E2E_GCP_KMS_CREDENTIALS_FILE=... -// go test -v -bench=BenchmarkKmsSignerSign -benchtime=3s -count=10 -run='^$' ./pkg/signer/gcp +// go test -v -bench=BenchmarkKmsSignerSign -benchtime=3s -count=10 -run='^$' ./pkg/signer/gcp func BenchmarkKmsSignerSign(b *testing.B) { keyID := os.Getenv("EVNODE_E2E_AWS_KMS_KEY_ID") if keyID == "" { diff --git a/pkg/signer/gcp/signer_benchmark_test.go b/pkg/signer/gcp/signer_benchmark_test.go index b688cc04c1..fd4bbaae7c 100644 --- a/pkg/signer/gcp/signer_benchmark_test.go +++ b/pkg/signer/gcp/signer_benchmark_test.go @@ -15,7 +15,7 @@ import ( // BenchmarkKmsSignerSign test kms round trip // export EVNODE_E2E_AWS_KMS_KEY_ID="arn:aws:kms:...." // export EVNODE_E2E_AWS_KMS_REGION=eu-west-1 -// go test -v -bench=BenchmarkKmsSignerSign -benchtime=3s -count=10 -run='^$' ./pkg/signer/aws +// go test -v -bench=BenchmarkKmsSignerSign -benchtime=3s -count=10 -run='^$' ./pkg/signer/aws func BenchmarkKmsSignerSign(b *testing.B) { keyName := os.Getenv("EVNODE_E2E_GCP_KMS_KEY_NAME") if keyName == "" {