diff --git a/tests/TestCryptoHash.cpp b/tests/TestCryptoHash.cpp index eb26ca83f..4002aea6b 100644 --- a/tests/TestCryptoHash.cpp +++ b/tests/TestCryptoHash.cpp @@ -32,9 +32,6 @@ void TestCryptoHash::initTestCase() void TestCryptoHash::test() { - // TODO: move somewhere else - QVERIFY(Crypto::backendSelfTest()); - CryptoHash cryptoHash1(CryptoHash::Sha256); QCOMPARE(cryptoHash1.result(), QByteArray::fromHex("e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"));