mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +00:00
fix lint
This commit is contained in:
parent
8255ce1e1f
commit
24fe3cc8fc
1 changed files with 0 additions and 2 deletions
|
|
@ -72,7 +72,6 @@ func TestGetCurrentValidatorsByBlockNrOrHash(t *testing.T) {
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
}).AnyTimes()
|
}).AnyTimes()
|
||||||
|
|
||||||
},
|
},
|
||||||
expectedValidators: []*valset.Validator{
|
expectedValidators: []*valset.Validator{
|
||||||
{
|
{
|
||||||
|
|
@ -110,7 +109,6 @@ func TestGetCurrentValidatorsByBlockNrOrHash(t *testing.T) {
|
||||||
).DoAndReturn(func(v interface{}, name string, data []byte) error {
|
).DoAndReturn(func(v interface{}, name string, data []byte) error {
|
||||||
return fmt.Errorf("failed")
|
return fmt.Errorf("failed")
|
||||||
}).AnyTimes()
|
}).AnyTimes()
|
||||||
|
|
||||||
},
|
},
|
||||||
expectedValidators: []*valset.Validator{
|
expectedValidators: []*valset.Validator{
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue