summaryrefslogtreecommitdiffstats
path: root/tests/querytest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/querytest.cpp')
-rw-r--r--tests/querytest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/querytest.cpp b/tests/querytest.cpp
index c5c251a..9ae3c74 100644
--- a/tests/querytest.cpp
+++ b/tests/querytest.cpp
@@ -64,7 +64,7 @@ private slots:
64 // Setup 64 // Setup
65 { 65 {
66 Mail mail("sink.dummy.instance1"); 66 Mail mail("sink.dummy.instance1");
67 Sink::Store::create<Mail>(mail).exec().waitForFinished(); 67 VERIFYEXEC(Sink::Store::create<Mail>(mail));
68 } 68 }
69 69
70 // Test 70 // Test