aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2023-08-15 00:33:24 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2023-08-15 00:33:24 +0300
commit0ba88ff138dc5bfc7128333c5ff6c65ab790c7bb (patch)
treea21a93f0b456386a6dcf57b73b8332b22db72c8d /tests
parent215d7dbb741de9516ab5f00acb7b699adff82cab (diff)
parent3aba7f8fec45c7c87be486d8f6b5c96f69facf93 (diff)
downloadPrismLauncher-0ba88ff138dc5bfc7128333c5ff6c65ab790c7bb.tar.gz
PrismLauncher-0ba88ff138dc5bfc7128333c5ff6c65ab790c7bb.tar.bz2
PrismLauncher-0ba88ff138dc5bfc7128333c5ff6c65ab790c7bb.zip
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into staging
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/FileSystem_test.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/FileSystem_test.cpp b/tests/FileSystem_test.cpp
index e1941042..1d3cee85 100644
--- a/tests/FileSystem_test.cpp
+++ b/tests/FileSystem_test.cpp
@@ -353,10 +353,7 @@ class FileSystemTest : public QObject {
}
}
- void test_getDesktop()
- {
- QCOMPARE(FS::getDesktopDir(), QStandardPaths::writableLocation(QStandardPaths::DesktopLocation));
- }
+ void test_getDesktop() { QCOMPARE(FS::getDesktopDir(), QStandardPaths::writableLocation(QStandardPaths::DesktopLocation)); }
void test_link()
{