diff options
Diffstat (limited to 'tests/entitystoretest.cpp')
-rw-r--r-- | tests/entitystoretest.cpp | 3 |
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() |