test: remove BasicTestingSetup from merkleblock tests

pull/22086/head
fanquake 4 years ago
parent cd5bc4b470
commit 3974c962b6
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

@ -8,8 +8,10 @@
#include <boost/test/unit_test.hpp> #include <boost/test/unit_test.hpp>
#include <set>
#include <vector>
BOOST_FIXTURE_TEST_SUITE(merkleblock_tests, BasicTestingSetup) BOOST_AUTO_TEST_SUITE(merkleblock_tests)
/** /**
* Create a CMerkleBlock using a list of txids which will be found in the * Create a CMerkleBlock using a list of txids which will be found in the

Loading…
Cancel
Save