uncomment handler tests

This commit is contained in:
rigelrozanski 2018-03-31 01:12:58 +02:00
parent 1629ddad1c
commit 6b279bd8bd
1 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
package stake
/*
import (
"strconv"
"testing"
@ -242,4 +241,3 @@ func TestVoidCandidacy(t *testing.T) {
got = deliverer.declareCandidacy(msgDeclareCandidacy)
assert.NoError(t, got, "expected ok, got %v", got)
}
*/