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