From 89deaa2746baeb5ff3be1c446c9d30c00eebc55c Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Fri, 7 Oct 2022 15:33:57 -0500 Subject: [PATCH] Change titles --- pkg/beaconclient/e2emerge_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/beaconclient/e2emerge_test.go b/pkg/beaconclient/e2emerge_test.go index a0b4dc1..2eb32b8 100644 --- a/pkg/beaconclient/e2emerge_test.go +++ b/pkg/beaconclient/e2emerge_test.go @@ -35,9 +35,9 @@ var _ = Describe("e2emerge", Label("e2e"), func() { level, _ := log.ParseLevel("debug") log.SetLevel(level) - Describe("Run the application against a merge testnet", func() { + Describe("Run the application against a Merge testnet", func() { Context("When we send a TX to geth", func() { - It("We should see TX as part of the ExecutionPayload in beacon", func() { + It("We should see the TX included in the ExecutionPayload of a BeaconBlock", func() { bc := setUpTest(e2eConfig, "0") go bc.CaptureHead()