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 f4269ec commit f5cea0b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
using Nethermind.Facade.Proxy.Models.Simulate;
using Nethermind.Facade.Simulate;
using NUnit.Framework;
using namespace 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 (release, Nethermind)

Identifier expected; 'namespace' is a keyword

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 (release, 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 (release, Nethermind)

Identifier expected; 'namespace' is a keyword

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 (release, 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)

Identifier expected; 'namespace' is a keyword

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)

Identifier expected; 'namespace' is a keyword

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 f5cea0b

Please sign in to comment.