This commit is contained in:
Lucca Martins 2025-01-27 04:43:12 -03:00
parent 8255ce1e1f
commit 24fe3cc8fc
No known key found for this signature in database
GPG key ID: DC3D7F76BDAE23BF

View file

@ -72,7 +72,6 @@ func TestGetCurrentValidatorsByBlockNrOrHash(t *testing.T) {
}
return nil
}).AnyTimes()
},
expectedValidators: []*valset.Validator{
{
@ -110,7 +109,6 @@ func TestGetCurrentValidatorsByBlockNrOrHash(t *testing.T) {
).DoAndReturn(func(v interface{}, name string, data []byte) error {
return fmt.Errorf("failed")
}).AnyTimes()
},
expectedValidators: []*valset.Validator{
{