From c7942ce10d68ba0bfb514133b2e1e4403590880d Mon Sep 17 00:00:00 2001 From: Jared Wasinger Date: Tue, 26 Mar 2024 17:41:33 -0700 Subject: [PATCH] fix --- eth/downloader/downloader_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eth/downloader/downloader_test.go b/eth/downloader/downloader_test.go index 5f39f4ee49..f311598270 100644 --- a/eth/downloader/downloader_test.go +++ b/eth/downloader/downloader_test.go @@ -1367,8 +1367,7 @@ func testBeaconForkedSyncProgress(t *testing.T, protocol uint, mode SyncMode) { t.Fatalf("Failed to sync chain in three seconds") } - log.SetDefault(log.NewLogger(log.NewTerminalHandlerWithLevel(os.Stdout, log.LevelInfo, false))) - // Set the head to a second fork (which forks after the origin of the last sync cycle + // Set the head to a second fork tester.newPeer("fork B", protocol, chainB.blocks[1:]) pending.Add(1) go func() {