uncomment handler tests

This commit is contained in:
rigelrozanski
2018-04-05 13:17:08 -04:00
parent 1629ddad1c
commit 6b279bd8bd
-2
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)
}
*/