summaryrefslogtreecommitdiffhomepage
path: root/tests/test-storage.cpp
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-01-04 15:28:34 +0100
committerRoland Reichwein <mail@reichwein.it>2023-01-04 15:28:34 +0100
commit2e5cab6bfc5fa1b330f89ffa25c52df025efca3e (patch)
treed03e4b1955e27d115c84fcd169c0b8475b43ac2e /tests/test-storage.cpp
parenta03875789ff2ab2883ecbba044f85abc244b692d (diff)
Adjust to new lib APIv1.4
Diffstat (limited to 'tests/test-storage.cpp')
-rw-r--r--tests/test-storage.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-storage.cpp b/tests/test-storage.cpp
index 1f3eda4..ce19c3e 100644
--- a/tests/test-storage.cpp
+++ b/tests/test-storage.cpp
@@ -11,6 +11,7 @@
#include "storage.h"
namespace fs = std::filesystem;
+using namespace Reichwein;
namespace {
const std::string testConfigFilename{"./test.conf"};