mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 01:13:45 +00:00
eth/downloader: fixed formatting.
This commit is contained in:
parent
35d587bf6c
commit
b5fd6ec880
1 changed files with 2 additions and 2 deletions
|
|
@ -1675,7 +1675,7 @@ func testFakedSyncProgress(t *testing.T, protocol int, mode SyncMode) {
|
||||||
// We use data driven subtests to manage this so that it will be parallel on its own
|
// We use data driven subtests to manage this so that it will be parallel on its own
|
||||||
// and not with the other tests, avoiding intermittent failures.
|
// and not with the other tests, avoiding intermittent failures.
|
||||||
func TestDeliverHeadersHang(t *testing.T) {
|
func TestDeliverHeadersHang(t *testing.T) {
|
||||||
testCases :=[]struct {
|
testCases := []struct {
|
||||||
protocol int
|
protocol int
|
||||||
syncMode SyncMode
|
syncMode SyncMode
|
||||||
}{
|
}{
|
||||||
|
|
@ -1765,7 +1765,7 @@ func testDeliverHeadersHang(t *testing.T, protocol int, mode SyncMode) {
|
||||||
// We use data driven subtests to manage this so that it will be parallel on its own
|
// We use data driven subtests to manage this so that it will be parallel on its own
|
||||||
// and not with the other tests, avoiding intermittent failures.
|
// and not with the other tests, avoiding intermittent failures.
|
||||||
func TestFastCriticalRestarts(t *testing.T) {
|
func TestFastCriticalRestarts(t *testing.T) {
|
||||||
testCases :=[]struct {
|
testCases := []struct {
|
||||||
protocol int
|
protocol int
|
||||||
progress bool
|
progress bool
|
||||||
}{
|
}{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue