diff --git a/testmodule/providers/jsonrpc/testJsonRpcSubscriptions.nim b/testmodule/providers/jsonrpc/testJsonRpcSubscriptions.nim index 2edc95f..cba22a4 100644 --- a/testmodule/providers/jsonrpc/testJsonRpcSubscriptions.nim +++ b/testmodule/providers/jsonrpc/testJsonRpcSubscriptions.nim @@ -114,7 +114,6 @@ suite "HTTP polling subscriptions - mock tests": var mockServer: MockRpcHttpServer privateAccess(PollingSubscriptions) - privateAccess(JsonRpcSubscriptions) proc startServer() {.async.} = mockServer = MockRpcHttpServer.new()