From 3205b8fa7a959e734e70e0c623d009d83d260ab3 Mon Sep 17 00:00:00 2001 From: Javier Peletier Date: Mon, 26 Nov 2018 10:31:51 +0100 Subject: [PATCH] cmd/swarm: remove unnecessary comment --- cmd/swarm/feeds_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/swarm/feeds_test.go b/cmd/swarm/feeds_test.go index 879baef6fb..4c40f62a82 100644 --- a/cmd/swarm/feeds_test.go +++ b/cmd/swarm/feeds_test.go @@ -142,7 +142,7 @@ func TestCLIFeedUpdate(t *testing.T) { log.Info("Publishing manifest with 'swarm feed create'") cmd = runSwarm(t, flags...) - _, matches = cmd.ExpectRegexp(`[a-f\d]{64}`) // regex hack to extract stdout + _, matches = cmd.ExpectRegexp(`[a-f\d]{64}`) cmd.ExpectExit() manifestAddress := matches[0] // read the received feed manifest @@ -172,7 +172,7 @@ func TestCLIFeedUpdate(t *testing.T) { log.Info("Publishing manifest with 'swarm feed create' for a different user") cmd = runSwarm(t, flags...) - _, matches = cmd.ExpectRegexp(`[a-f\d]{64}`) // regex hack to extract stdout + _, matches = cmd.ExpectRegexp(`[a-f\d]{64}`) cmd.ExpectExit() manifestAddress = matches[0] // read the received feed manifest