From bf704283168cfd3f59919af90a5daebdb5d42e41 Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Sun, 16 Feb 2020 09:53:50 -0600 Subject: [PATCH] revert tests order back --- tests/pubsub/testpubsub.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/pubsub/testpubsub.nim b/tests/pubsub/testpubsub.nim index 94043dc11..1401b3168 100644 --- a/tests/pubsub/testpubsub.nim +++ b/tests/pubsub/testpubsub.nim @@ -1,4 +1,4 @@ include ../../libp2p/protocols/pubsub/gossipsub -import testgossipsub, - testfloodsub, +import testfloodsub, + testgossipsub, testmcache