mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-21 14:34:49 +01:00
test: remove BasicTestingSetup from policy_fee unit tests
This commit is contained in:
parent
3974c962b6
commit
57ba949ef5
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue