summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/storagetest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/storagetest.cpp b/tests/storagetest.cpp
index ee6900d..e199faf 100644
--- a/tests/storagetest.cpp
+++ b/tests/storagetest.cpp
@@ -245,6 +245,7 @@ private slots:
245 245
246 QCOMPARE(numValues, 1); 246 QCOMPARE(numValues, 1);
247 QVERIFY(!gotError); 247 QVERIFY(!gotError);
248 QVERIFY(gotResult);
248 } 249 }
249 250
250 void testDuplicates() 251 void testDuplicates()