comment out handler_test.go
This commit is contained in:
@@ -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)
|
||||
}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user