mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-26 03:01:42 +00:00
Merge branch 'develop' into jae/aminoify
This commit is contained in:
@ -115,7 +115,7 @@ func TestPeerSetAddDuplicate(t *testing.T) {
|
||||
errsTally := make(map[error]int)
|
||||
for i := 0; i < n; i++ {
|
||||
err := <-errsChan
|
||||
errsTally[err] += 1
|
||||
errsTally[err]++
|
||||
}
|
||||
|
||||
// Our next procedure is to ensure that only one addition
|
||||
|
Reference in New Issue
Block a user