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":