From 61ed13b6d137ad3c7f8a275175fdc15211f8eda4 Mon Sep 17 00:00:00 2001 From: Mantre Date: Fri, 2 Apr 2021 18:43:14 +0800 Subject: [PATCH] Update commit_test.go --- consensus/commit_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/consensus/commit_test.go b/consensus/commit_test.go index 36c7f7dc8..d20956364 100644 --- a/consensus/commit_test.go +++ b/consensus/commit_test.go @@ -10,7 +10,7 @@ import ( "github.com/zarbchain/zarb-go/tx" "github.com/zarbchain/zarb-go/vote" ) -/* + func TestStatusFlags(t *testing.T) { setup(t) @@ -42,7 +42,7 @@ func TestStatusFlags(t *testing.T) { assert.False(t, tConsX.isPreCommitted) assert.False(t, tConsX.isCommitted) } -*/ + func TestEnterCommit(t *testing.T) { setup(t)