From 422c4dafb329c52fa97a30adc1b580b89cb404c7 Mon Sep 17 00:00:00 2001 From: aya Date: Thu, 3 Oct 2024 17:18:40 +0300 Subject: [PATCH] fixing review comments & linters --- tests/pubsub/testgossipinternal.nim | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/pubsub/testgossipinternal.nim b/tests/pubsub/testgossipinternal.nim index 1d03f1d03..79a6f4eff 100644 --- a/tests/pubsub/testgossipinternal.nim +++ b/tests/pubsub/testgossipinternal.nim @@ -686,9 +686,8 @@ suite "GossipSub internal": 111, 98, 97, 114, 16, 10, 42, 5, 10, 3, 49, 50, 51, ] #encoded using protoc cmd tool - + let encodedMsg = encodeRpcMsg(rpcMsg, true) check: - encodedExpected == encodedMsg asyncTest "Check RPCMsg decoding": @@ -713,9 +712,8 @@ suite "GossipSub internal": 3, 10, 1, 49, ] - + var rpcMsg = decodeRpcMsg(encodedMsg).value check: - rpcMsg == originMessage asyncTest "handleIHave/Iwant tests":