diff --git a/eth/protocols/eth/handler_test.go b/eth/protocols/eth/handler_test.go index 48f36a228c..d056d121d9 100644 --- a/eth/protocols/eth/handler_test.go +++ b/eth/protocols/eth/handler_test.go @@ -422,7 +422,7 @@ func testGetBlockBodies(t *testing.T, protocol uint) { {limit + 1, nil, nil, limit}, // No more than the possible block count should be returned {0, []common.Hash{backend.chain.Genesis().Hash()}, []bool{true}, 1}, // The genesis block should be retrievable {0, []common.Hash{backend.chain.CurrentBlock().Hash()}, []bool{true}, 1}, // The chains head block should be retrievable - {0, []common.Hash{{}}, []bool{false}, 0}, // A non existent block should not be returned + {0, []common.Hash{{}}, []bool{false}, 0}, // A non existent block should not be returned // Existing blocks followed by a non-existing one should stop at the gap {0, []common.Hash{