Skip to content

Commit

Permalink
Update commit_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
themantre authored Apr 2, 2021
1 parent a09ad39 commit 61ed13b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions consensus/commit_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/zarbchain/zarb-go/tx"
"github.com/zarbchain/zarb-go/vote"
)
/*

func TestStatusFlags(t *testing.T) {
setup(t)

Expand Down Expand Up @@ -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)

Expand Down

0 comments on commit 61ed13b

Please sign in to comment.