From 16a582f1b376004aa3307fbe148c4673537a6ec6 Mon Sep 17 00:00:00 2001 From: Deeptanshu Sankhwar Date: Sat, 1 Feb 2025 16:04:56 -0700 Subject: [PATCH] bug-fix; --- .../Modules/Eth/Simulate/EthSimulateTestsSimplePrecompiles.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Nethermind/Nethermind.JsonRpc.Test/Modules/Eth/Simulate/EthSimulateTestsSimplePrecompiles.cs b/src/Nethermind/Nethermind.JsonRpc.Test/Modules/Eth/Simulate/EthSimulateTestsSimplePrecompiles.cs index 608c01a7b21..ad230feed9e 100644 --- a/src/Nethermind/Nethermind.JsonRpc.Test/Modules/Eth/Simulate/EthSimulateTestsSimplePrecompiles.cs +++ b/src/Nethermind/Nethermind.JsonRpc.Test/Modules/Eth/Simulate/EthSimulateTestsSimplePrecompiles.cs @@ -14,7 +14,7 @@ using Nethermind.Facade.Proxy.Models.Simulate; using Nethermind.Facade.Simulate; using NUnit.Framework; -using Nethermind.Facade +using Nethermind.Facade; namespace Nethermind.JsonRpc.Test.Modules.Eth;