aboutsummaryrefslogtreecommitdiff
path: root/src/test/prevector_tests.cpp
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2018-03-18 18:52:30 +0100
committerpracticalswift <practicalswift@users.noreply.github.com>2018-03-19 08:54:07 +0100
commit5fd864fe8a3b7c6abcfec97980ccc8f57ffdd8ca (patch)
tree0e0a57631e487bd6e0216a6d92dd8774efa7f5dd /src/test/prevector_tests.cpp
parent7b4a296a71d1b7f2555f5f63512ec964671464c0 (diff)
downloadbitcoin-5fd864fe8a3b7c6abcfec97980ccc8f57ffdd8ca.tar.xz
tests: Rename test suits not following the test suite naming convention
The name of the fixture test suite in `src/test/foo_tests.cpp` should be `foo_tests`.
Diffstat (limited to 'src/test/prevector_tests.cpp')
-rw-r--r--src/test/prevector_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/prevector_tests.cpp b/src/test/prevector_tests.cpp
index 01c3a6cedd..fe6f10d845 100644
--- a/src/test/prevector_tests.cpp
+++ b/src/test/prevector_tests.cpp
@@ -13,7 +13,7 @@
#include <boost/test/unit_test.hpp>
-BOOST_FIXTURE_TEST_SUITE(PrevectorTests, TestingSetup)
+BOOST_FIXTURE_TEST_SUITE(prevector_tests, TestingSetup)
template<unsigned int N, typename T>
class prevector_tester {