mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 12:51:22 +00:00
Make "Update to validators" msg value pretty (#2848)
* Make "Update to validators" msg value pretty #2765 * New format for logging validator updates * Refactor logging validator updates * Fix changelog item * fix merge conflict
This commit is contained in:
committed by
Ethan Buchman
parent
b90e06a37c
commit
2cfdef6111
@ -218,7 +218,7 @@ func TestUpdateValidators(t *testing.T) {
|
||||
|
||||
for _, tc := range testCases {
|
||||
t.Run(tc.name, func(t *testing.T) {
|
||||
err := updateValidators(tc.currentSet, tc.abciUpdates)
|
||||
_, err := updateValidators(tc.currentSet, tc.abciUpdates)
|
||||
if tc.shouldErr {
|
||||
assert.Error(t, err)
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user