From 5155720543e941721af016e9107207d9273f71c5 Mon Sep 17 00:00:00 2001 From: Madhur Shrimal Date: Thu, 12 Dec 2024 17:19:02 -0800 Subject: [PATCH] rebase and fix --- core/thegraph/state_integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/thegraph/state_integration_test.go b/core/thegraph/state_integration_test.go index 2d73dd43c..7e3fb1312 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) }