fix tests

This commit is contained in:
Anton Kaliaev
2019-10-29 11:00:56 -07:00
committed by Jack Zampolin
parent c013501f45
commit 7ffd3fff43
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -689,7 +689,7 @@ func TestNewValidBlockMessageValidateBasic(t *testing.T) {
},
{
func(msg *NewValidBlockMessage) { msg.BlockParts = cmn.NewBitArray(types.MaxBlockPartsCount + 1) },
"BlockParts bit array size 1601 not equal to BlockPartsHeader.Total 1",
"BlockParts bit array size 1602 not equal to BlockPartsHeader.Total 1",
},
}