From fb3572c445e6c5f4a9cbea9b37689c234cb9db26 Mon Sep 17 00:00:00 2001 From: Christopher Goes Date: Mon, 2 Apr 2018 18:51:39 +0200 Subject: [PATCH] Enable TestStartWithTendermint (closes #668) --- server/start_test.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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) } -*/