We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e35fb7b commit faca9a3Copy full SHA for faca9a3
src/test/validationinterface_tests.cpp
@@ -12,7 +12,7 @@
12
13
#include <atomic>
14
15
-BOOST_FIXTURE_TEST_SUITE(validationinterface_tests, TestingSetup)
+BOOST_FIXTURE_TEST_SUITE(validationinterface_tests, ChainTestingSetup)
16
17
struct TestSubscriberNoop final : public CValidationInterface {
18
void BlockChecked(const CBlock&, const BlockValidationState&) override {}
0 commit comments