From 2427b9a3fe02724071800092046ce4f33610d169 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 1 Jul 2016 09:29:20 +0200 Subject: Fixed build --- accounts/maildir/tests/settingstest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'accounts/maildir/tests/settingstest.cpp') diff --git a/accounts/maildir/tests/settingstest.cpp b/accounts/maildir/tests/settingstest.cpp index 299db937..342a3b40 100644 --- a/accounts/maildir/tests/settingstest.cpp +++ b/accounts/maildir/tests/settingstest.cpp @@ -39,7 +39,7 @@ private slots: settings.setProperty("emailAddress", emailAddress); settings.save(); - Sink::Store::fetchAll(Sink::Query()).then>([](const QList &resources) { + Sink::Store::fetchAll(Sink::Query()).then>([](const QList &resources) { QCOMPARE(resources.size(), 2); }) .exec().waitForFinished(); @@ -70,7 +70,7 @@ private slots: settings.remove(); } - Sink::Store::fetchAll(Sink::Query()).then>([](const QList &resources) { + Sink::Store::fetchAll(Sink::Query()).then>([](const QList &resources) { QCOMPARE(resources.size(), 0); }) .exec().waitForFinished(); -- cgit v1.2.3