summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/maildirresourcetest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/maildirresourcetest.cpp b/tests/maildirresourcetest.cpp
index a4856ce..620ff04 100644
--- a/tests/maildirresourcetest.cpp
+++ b/tests/maildirresourcetest.cpp
@@ -94,7 +94,7 @@ private Q_SLOTS:
94 94
95 auto model = Akonadi2::Store::loadModel<Akonadi2::ApplicationDomain::Folder>(query); 95 auto model = Akonadi2::Store::loadModel<Akonadi2::ApplicationDomain::Folder>(query);
96 QTRY_VERIFY(model->data(QModelIndex(), Akonadi2::Store::ChildrenFetchedRole).toBool()); 96 QTRY_VERIFY(model->data(QModelIndex(), Akonadi2::Store::ChildrenFetchedRole).toBool());
97 QVERIFY(model->rowCount(QModelIndex()) > 1); 97 QCOMPARE(model->rowCount(QModelIndex()), 2);
98 } 98 }
99 99
100 void testListFolderTree() 100 void testListFolderTree()