Skip to content

Commit 0559065

Browse files
committed
test: remove BasicTestingSetup from amount unit tests
1 parent 883a5c7 commit 0559065

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/test/amount_tests.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44

55
#include <amount.h>
66
#include <policy/feerate.h>
7-
#include <test/util/setup_common.h>
7+
8+
#include <limits>
89

910
#include <boost/test/unit_test.hpp>
1011

11-
BOOST_FIXTURE_TEST_SUITE(amount_tests, BasicTestingSetup)
12+
BOOST_AUTO_TEST_SUITE(amount_tests)
1213

1314
BOOST_AUTO_TEST_CASE(MoneyRangeTest)
1415
{

0 commit comments

Comments
 (0)