Remove useless private access

This commit is contained in:
Arnaud 2025-03-27 09:08:34 +01:00
parent cf7fde013b
commit 21f3044237
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663

View File

@ -114,7 +114,6 @@ suite "HTTP polling subscriptions - mock tests":
var mockServer: MockRpcHttpServer
privateAccess(PollingSubscriptions)
privateAccess(JsonRpcSubscriptions)
proc startServer() {.async.} =
mockServer = MockRpcHttpServer.new()