[graphics/drawy] src/gui/autotests: Fix autotest
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 5573f3c3a642d2129343a8cb570195a4a308243d by Laurent Montel.
Committed on 27/07/2026 at 11:18.
Pushed by mlaurent into branch 'master'.
Fix autotest
M +1 -1 src/gui/autotests/customelementsutilstest.cpp
https://invent.kde.org/graphics/drawy/-/commit/5573f3c3a642d2129343a8cb570195a4a308243d
diff --git a/src/gui/autotests/customelementsutilstest.cpp b/src/gui/autotests/customelementsutilstest.cpp
index cdc75ab0..59ab61f7 100644
--- a/src/gui/autotests/customelementsutilstest.cpp
+++ b/src/gui/autotests/customelementsutilstest.cpp
@@ -16,7 +16,7 @@ CustomElementsUtilsTest::CustomElementsUtilsTest(QObject *parent)
void CustomElementsUtilsTest::shouldHaveDefaultValues()
{
- QCOMPARE(CustomElementsUtils::customElementsFilePath(), QStandardPaths::writableLocation(QStandardPaths::AppLocalDataLocation) + u"/custom-elements/"_s);
+ QCOMPARE(CustomElementsUtils::customElementsFilePath(), QStandardPaths::writableLocation(QStandardPaths::AppLocalDataLocation) + u"/custom-elements"_s);
}
#include "moc_customelementsutilstest.cpp"