diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-06-30 15:05:26 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-06-30 15:05:26 +0200 |
commit | ae20c6efd1051d48c367f97b96812f305b4d0819 (patch) | |
tree | 10fe6dbf0989941a7cf8006a2c497cc4abc852c5 /tests/accountstest.cpp | |
parent | b86ffa5a6e7884fb7a25fa84358de3caaeff11e8 (diff) | |
download | sink-ae20c6efd1051d48c367f97b96812f305b4d0819.tar.gz sink-ae20c6efd1051d48c367f97b96812f305b4d0819.zip |
Fixed build
Diffstat (limited to 'tests/accountstest.cpp')
-rw-r--r-- | tests/accountstest.cpp | 2 |
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(); |