summaryrefslogtreecommitdiffstats
path: root/tests/accountstest.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-06-30 15:05:26 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-06-30 15:05:26 +0200
commitae20c6efd1051d48c367f97b96812f305b4d0819 (patch)
tree10fe6dbf0989941a7cf8006a2c497cc4abc852c5 /tests/accountstest.cpp
parentb86ffa5a6e7884fb7a25fa84358de3caaeff11e8 (diff)
downloadsink-ae20c6efd1051d48c367f97b96812f305b4d0819.tar.gz
sink-ae20c6efd1051d48c367f97b96812f305b4d0819.zip
Fixed build
Diffstat (limited to 'tests/accountstest.cpp')
-rw-r--r--tests/accountstest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/accountstest.cpp b/tests/accountstest.cpp
index 5a63b31..be5e1a0 100644
--- a/tests/accountstest.cpp
+++ b/tests/accountstest.cpp
@@ -82,7 +82,7 @@ private slots:
82 82
83 Store::remove(resource).exec().waitForFinished(); 83 Store::remove(resource).exec().waitForFinished();
84 84
85 Store::fetchAll<SinkResource>(Query()).then<void, QList<SinkResource>>([](const QList<SinkResource> &resources) { 85 Store::fetchAll<SinkResource>(Query()).then<void, QList<SinkResource::Ptr>>([](const QList<SinkResource::Ptr> &resources) {
86 QCOMPARE(resources.size(), 0); 86 QCOMPARE(resources.size(), 0);
87 }) 87 })
88 .exec().waitForFinished(); 88 .exec().waitForFinished();