Add assertion since we now have a pub field that is PartialEq
authorMatt Corallo <git@bluematt.me>
Tue, 12 May 2020 01:08:35 +0000 (21:08 -0400)
committerMatt Corallo <git@bluematt.me>
Tue, 12 May 2020 18:02:40 +0000 (14:02 -0400)
We previously were only able to assert that the route graph
serialization roundtrips were good by comparing the network
messages returned from them, but we can now do better as the graph
is exposed publicly via a simple datastructure that implements
PartialEq.


No differences found