From 405567409409d4fa11168492d9b4f311e027f8e5 Mon Sep 17 00:00:00 2001 From: anirudhwarrier <12178754+anirudhwarrier@users.noreply.github.com> Date: Thu, 29 Feb 2024 18:52:02 +0400 Subject: [PATCH] fix --- integration-tests/benchmark/keeper_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/integration-tests/benchmark/keeper_test.go b/integration-tests/benchmark/keeper_test.go index 23007bbcc77..b1ea8a4f753 100644 --- a/integration-tests/benchmark/keeper_test.go +++ b/integration-tests/benchmark/keeper_test.go @@ -306,7 +306,6 @@ var networkConfig = map[string]NetworkConfig{ upkeepSLA: int64(120), blockTime: 6 * time.Second, deltaStage: 20 * time.Second, - funding: big.NewFloat(ChainlinkNodeFunding), }, }