summaryrefslogtreecommitdiffstats
path: root/tests/entitystoretest.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-07-11 21:19:08 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-07-12 09:04:44 +0200
commitc1729aa5ead26f2fe63f02b7f91143ec96043ae9 (patch)
tree4f55e20ff2b802552f6d1c4f24a8e5579d633253 /tests/entitystoretest.cpp
parentb73ae80dcd88e245dc1fa83c06f1d5356ea39196 (diff)
downloadsink-c1729aa5ead26f2fe63f02b7f91143ec96043ae9.tar.gz
sink-c1729aa5ead26f2fe63f02b7f91143ec96043ae9.zip
Cleanup
Diffstat (limited to 'tests/entitystoretest.cpp')
-rw-r--r--tests/entitystoretest.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/entitystoretest.cpp b/tests/entitystoretest.cpp
index 90575a5..03b940b 100644
--- a/tests/entitystoretest.cpp
+++ b/tests/entitystoretest.cpp
@@ -22,8 +22,7 @@ private slots:
22 22
23 void cleanup() 23 void cleanup()
24 { 24 {
25 Sink::Storage::DataStore storage(Sink::storageLocation(), resourceInstanceIdentifier); 25 Sink::Storage::DataStore(Sink::storageLocation(), resourceInstanceIdentifier).removeFromDisk();
26 storage.removeFromDisk();
27 } 26 }
28 27
29 void testCleanup() 28 void testCleanup()