From ccdef9e582b037eff38d7bb3dcf6162f1c19f200 Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Sun, 10 Nov 2024 05:13:49 +0700 Subject: [PATCH] fix compilation --- testmodule/providers/jsonrpc/testJsonRpcSubscriptions.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testmodule/providers/jsonrpc/testJsonRpcSubscriptions.nim b/testmodule/providers/jsonrpc/testJsonRpcSubscriptions.nim index ad60084..20bd170 100644 --- a/testmodule/providers/jsonrpc/testJsonRpcSubscriptions.nim +++ b/testmodule/providers/jsonrpc/testJsonRpcSubscriptions.nim @@ -2,7 +2,7 @@ import pkg/serde import std/os import std/sequtils import std/importutils -import pkg/asynctest/chronos/unittest +import pkg/asynctest import pkg/json_rpc/rpcclient except `%`, `%*`, toJson import pkg/json_rpc/rpcserver except `%`, `%*`, toJson import ethers/provider