diff --git a/core/thegraph/state_integration_test.go b/core/thegraph/state_integration_test.go index 2d73dd43c1..7e3fb13124 100644 --- a/core/thegraph/state_integration_test.go +++ b/core/thegraph/state_integration_test.go @@ -68,7 +68,7 @@ func setup() { PrivateKeyString: pk, NumConfirmations: 0, NumRetries: 1, - }, gethcommon.Address{}, logging.NewNoopLogger()) + }, gethcommon.Address{}, testutils.GetLogger()) if err != nil { panic(err) }