test: remove BasicTestingSetup from policy_fee unit tests

This commit is contained in:
fanquake 2021-05-26 20:34:42 +08:00
parent 3974c962b6
commit 57ba949ef5
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -5,11 +5,11 @@
#include <amount.h>
#include <policy/fees.h>
#include <test/util/setup_common.h>
#include <boost/test/unit_test.hpp>
BOOST_FIXTURE_TEST_SUITE(policy_fee_tests, BasicTestingSetup)
#include <set>
BOOST_AUTO_TEST_SUITE(policy_fee_tests)
BOOST_AUTO_TEST_CASE(FeeRounder)
{