diff --git a/server/start_test.go b/server/start_test.go index 2657c52234..4934e84022 100644 --- a/server/start_test.go +++ b/server/start_test.go @@ -1,7 +1,7 @@ package server import ( - // "os" + "os" "testing" "time" @@ -30,7 +30,6 @@ func TestStartStandAlone(t *testing.T) { RunOrTimeout(startCmd, timeout, t) } -/* func TestStartWithTendermint(t *testing.T) { defer setupViper(t)() @@ -52,4 +51,3 @@ func TestStartWithTendermint(t *testing.T) { RunOrTimeout(startCmd, timeout, t) } -*/