[education/labplot] tests/backend/core: format fix.
Alexander Semke <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit e8ea01a676ac042df2877374908008118f639139 by Alexander Semke.
Committed on 10/08/2026 at 21:52.
Pushed by asemke into branch 'master'.
format fix.
M +1 -2 tests/backend/core/AbstractAspectTest.cpp
https://invent.kde.org/education/labplot/-/commit/e8ea01a676ac042df2877374908008118f639139
diff --git a/tests/backend/core/AbstractAspectTest.cpp b/tests/backend/core/AbstractAspectTest.cpp
index f7ab185828..c279183d7c 100644
--- a/tests/backend/core/AbstractAspectTest.cpp
+++ b/tests/backend/core/AbstractAspectTest.cpp
@@ -984,8 +984,7 @@ void AbstractAspectTest::loadExampleProjects() {
for (const auto& fi : files) {
// skip project that require python or Maxima runtimes that are not available in the CI environment
if (fi.fileName() == QLatin1String("Seasonal Decomposition with STL and MSTL.lml")
- || fi.fileName() == QLatin1String("Maxima Tutorial for Beginners.lml")
- || fi.fileName() == QLatin1String("Duffing Oscillator in Maxima.lml"))
+ || fi.fileName() == QLatin1String("Maxima Tutorial for Beginners.lml") || fi.fileName() == QLatin1String("Duffing Oscillator in Maxima.lml"))
continue;
// QDEBUG(QStringLiteral("loading example project: %1").arg(fi.absoluteFilePath()));