Skip to content

Commit ae444a4

Browse files
committed
Add missing usings on tests
1 parent 1f6baba commit ae444a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Nethermind/Nethermind.JsonRpc.Test/Modules/SubscribeModuleTests.cs

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
using Nethermind.Core.Collections;
1919
using Nethermind.Core.Specs;
2020
using Nethermind.Core.Test.Builders;
21+
using Nethermind.Db;
22+
using Nethermind.Db.Blooms;
2123
using Nethermind.Facade.Eth;
2224
using Nethermind.Int256;
2325
using Nethermind.JsonRpc.Modules;
@@ -28,6 +30,7 @@
2830
using Nethermind.Serialization.Json;
2931
using Nethermind.Sockets;
3032
using Nethermind.Specs;
33+
using Nethermind.State.Repositories;
3134
using Nethermind.Synchronization.ParallelSync;
3235
using Nethermind.TxPool;
3336
using Newtonsoft.Json;

0 commit comments

Comments
 (0)