From 64477145c4dd21cb791b7f101953c878ae88258c Mon Sep 17 00:00:00 2001 From: Alejandro Cabeza Romero Date: Wed, 28 Aug 2024 18:30:27 +0200 Subject: [PATCH] Remove mock import. --- tests/pubsub/testgossipsub.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pubsub/testgossipsub.nim b/tests/pubsub/testgossipsub.nim index df5a32443..e5def7852 100644 --- a/tests/pubsub/testgossipsub.nim +++ b/tests/pubsub/testgossipsub.nim @@ -32,7 +32,7 @@ import protocols/pubsub/rpc/messages, ] import ../../libp2p/protocols/pubsub/errors as pubsub_errors -import ../helpers, ../utils/[async, futures, async, mock, tests] +import ../helpers, ../utils/[async, futures, async, tests] proc `$`(peer: PubSubPeer): string = shortLog(peer)