comment out handler_test.go
This commit is contained in:
parent
3827b34468
commit
48ae300ab7
|
@ -1,5 +1,6 @@
|
|||
package stake
|
||||
|
||||
/*
|
||||
import (
|
||||
"strconv"
|
||||
"testing"
|
||||
|
@ -241,3 +242,4 @@ func TestVoidCandidacy(t *testing.T) {
|
|||
got = deliverer.declareCandidacy(msgDeclareCandidacy)
|
||||
assert.NoError(t, got, "expected ok, got %v", got)
|
||||
}
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue