diff options
author | MarcoFalke <falke.marco@gmail.com> | 2018-04-05 16:00:39 -0400 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2018-04-06 16:29:14 +0200 |
commit | 3ebfb2dadbe63199a4712a46a7e72976d291193b (patch) | |
tree | 1d12a5e8ec609d4a2c9df98ca352a8529ef2eb55 /src/wallet/test | |
parent | 5f0c6a7b0e47e03f848dc992d37fe209dd9c6975 (diff) |
tests: Avoid test suite name collision in wallet crypto_tests
Diffstat (limited to 'src/wallet/test')
-rw-r--r-- | src/wallet/test/wallet_crypto_tests.cpp (renamed from src/wallet/test/crypto_tests.cpp) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/test/crypto_tests.cpp b/src/wallet/test/wallet_crypto_tests.cpp index d8c0cdf0f9..e04c0af1dd 100644 --- a/src/wallet/test/crypto_tests.cpp +++ b/src/wallet/test/wallet_crypto_tests.cpp @@ -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 { |