Skip to content

Commit fd144f6

Browse files
committed
test: remove BasicTestingSetup from base32 unit tests
1 parent 4c389ba commit fd144f6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/base32_tests.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22
// Distributed under the MIT software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

5-
#include <test/util/setup_common.h>
65
#include <util/strencodings.h>
76

87
#include <boost/test/unit_test.hpp>
98
#include <string>
109

1110
using namespace std::literals;
1211

13-
BOOST_FIXTURE_TEST_SUITE(base32_tests, BasicTestingSetup)
12+
BOOST_AUTO_TEST_SUITE(base32_tests)
1413

1514
BOOST_AUTO_TEST_CASE(base32_testvectors)
1615
{

0 commit comments

Comments
 (0)