Skip to content

Commit d6e658a

Browse files
committed
use periodicSyncLogger for cleaner test runs
1 parent 445c1c0 commit d6e658a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

catchup/service_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,7 @@ func TestServiceFetchBlocksMalformed(t *testing.T) {
438438

439439
// Make Service
440440
s := MakeService(logging.Base(), defaultConfig, net, local, &mockedAuthenticator{errorRound: int(lastRoundAtStart + 1)}, nil, nil)
441+
s.log = &periodicSyncLogger{Logger: logging.Base()}
441442

442443
// Start the service ( dummy )
443444
s.testStart()

0 commit comments

Comments
 (0)