mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
cmd/swarm: remove unnecessary comment
This commit is contained in:
parent
e0f643f390
commit
3205b8fa7a
1 changed files with 2 additions and 2 deletions
|
|
@ -142,7 +142,7 @@ func TestCLIFeedUpdate(t *testing.T) {
|
||||||
|
|
||||||
log.Info("Publishing manifest with 'swarm feed create'")
|
log.Info("Publishing manifest with 'swarm feed create'")
|
||||||
cmd = runSwarm(t, flags...)
|
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()
|
cmd.ExpectExit()
|
||||||
|
|
||||||
manifestAddress := matches[0] // read the received feed manifest
|
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")
|
log.Info("Publishing manifest with 'swarm feed create' for a different user")
|
||||||
cmd = runSwarm(t, flags...)
|
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()
|
cmd.ExpectExit()
|
||||||
|
|
||||||
manifestAddress = matches[0] // read the received feed manifest
|
manifestAddress = matches[0] // read the received feed manifest
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue