tests: Avoid test suite name collision in wallet crypto_tests

This commit is contained in:
MarcoFalke
2018-04-05 16:00:39 -04:00
committed by practicalswift
parent 5f0c6a7b0e
commit 3ebfb2dadb
3 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
#include <boost/test/unit_test.hpp>
BOOST_FIXTURE_TEST_SUITE(crypto_tests, BasicTestingSetup)
BOOST_FIXTURE_TEST_SUITE(wallet_crypto_tests, BasicTestingSetup)
class TestCrypter
{