summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/distributor/removelocationtest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'storage/src/tests/distributor/removelocationtest.cpp')
-rw-r--r--storage/src/tests/distributor/removelocationtest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/src/tests/distributor/removelocationtest.cpp b/storage/src/tests/distributor/removelocationtest.cpp
index 954bfb6210b..876a01e4a6f 100644
--- a/storage/src/tests/distributor/removelocationtest.cpp
+++ b/storage/src/tests/distributor/removelocationtest.cpp
@@ -24,11 +24,11 @@ protected:
public:
std::unique_ptr<RemoveLocationOperation> op;
- void setUp() {
+ void setUp() override {
createLinks();
};
- void tearDown() {
+ void tearDown() override {
close();
}