test: remove BasicTestingSetup from bech32 unit tests

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

@ -3,12 +3,13 @@
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <bech32.h>
#include <test/util/setup_common.h>
#include <test/util/str.h>
#include <boost/test/unit_test.hpp>
BOOST_FIXTURE_TEST_SUITE(bech32_tests, BasicTestingSetup)
#include <string>
BOOST_AUTO_TEST_SUITE(bech32_tests)
BOOST_AUTO_TEST_CASE(bech32_testvectors_valid)
{

Loading…
Cancel
Save