From badb5c1fba0eefa4faad10ff98a65d9b8bdbbfa6 Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Wed, 28 Jul 2021 17:00:07 +0200 Subject: [PATCH] fix review comment Signed-off-by: Matthieu Gallien --- test/testaccount.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testaccount.cpp b/test/testaccount.cpp index 5ced4c037b..8b1e55812e 100644 --- a/test/testaccount.cpp +++ b/test/testaccount.cpp @@ -23,7 +23,7 @@ class TestAccount: public QObject Q_OBJECT private slots: - void testDavPathCrash() + void testAccountDavPath_unitialized_noCrash() { AccountPtr account = Account::create(); account->davPath();