Fixup tests

This commit is contained in:
Zaki Manian
2019-07-07 21:47:39 -07:00
parent 2872df6634
commit 24cd2eba8e
3 changed files with 5 additions and 5 deletions

View File

@@ -639,8 +639,8 @@ func (vals *ValidatorSet) VerifyCommit(chainID string, blockID BlockID, height i
}
//-----------------
// ErrTooMuchChange
// IsErrTooMuchChange
func IsErrTooMuchChange(err error) bool {
switch err_ := err.(type) {
case cmn.Error: