diff options
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(); |