diff --git a/test/testdownload.cpp b/test/testdownload.cpp index 2810ad5d96..f898724679 100644 --- a/test/testdownload.cpp +++ b/test/testdownload.cpp @@ -221,7 +221,7 @@ private slots: FakeFolder fakeFolder{FileInfo::A12_B12_C12_S12()}; fakeFolder.remoteModifier().insert("A/resendme", 300); - QByteArray serverMessage = "An unexpected error occurred. Please try syncing again or contact contact your server administrator if the issue continues."; + QByteArray serverMessage = "An unexpected error occurred. Please try syncing again or contact your server administrator if the issue continues."; int resendActual = 0; int resendExpected = 2; diff --git a/test/testremotediscovery.cpp b/test/testremotediscovery.cpp index c3fc9fe386..b375309603 100644 --- a/test/testremotediscovery.cpp +++ b/test/testremotediscovery.cpp @@ -68,7 +68,7 @@ private slots: QTest::addColumn("expectedErrorString"); QTest::addColumn("syncSucceeds"); - const auto itemErrorMessage = "An unexpected error occurred. Please try syncing again or contact contact your server administrator if the issue continues."; + const auto itemErrorMessage = "An unexpected error occurred. Please try syncing again or contact your server administrator if the issue continues."; QTest::newRow("400") << 400 << QStringLiteral("We couldn’t process your request. Please try syncing again later. If this keeps happening, contact your server administrator for help.") << false; QTest::newRow("401") << 401 << QStringLiteral("You need to sign in to continue. If you have trouble with your credentials, please reach out to your server administrator.") << false;