Skip to content

Commit

Permalink
add namespace for BlockchainBridge
Browse files Browse the repository at this point in the history
  • Loading branch information
Deeptanshu Sankhwar committed Feb 1, 2025
1 parent f5cea0b commit 7b9f94b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
using Nethermind.Facade.Proxy.Models.Simulate;
using Nethermind.Facade.Simulate;
using NUnit.Framework;
using namespace Nethermind.Facade
using Nethermind.Facade

Check failure on line 17 in src/Nethermind/Nethermind.JsonRpc.Test/Modules/Eth/Simulate/EthSimulateTestsSimplePrecompiles.cs

View workflow job for this annotation

GitHub Actions / Build (debug, Nethermind)

; expected

Check failure on line 17 in src/Nethermind/Nethermind.JsonRpc.Test/Modules/Eth/Simulate/EthSimulateTestsSimplePrecompiles.cs

View workflow job for this annotation

GitHub Actions / Build (debug, Nethermind)

; expected

namespace Nethermind.JsonRpc.Test.Modules.Eth;

Expand Down

0 comments on commit 7b9f94b

Please sign in to comment.