aboutsummaryrefslogtreecommitdiff
path: root/test/controller.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/controller.cpp')
-rw-r--r--test/controller.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/controller.cpp b/test/controller.cpp
index 40e0cf28..c1a9785e 100644
--- a/test/controller.cpp
+++ b/test/controller.cpp
@@ -33,7 +33,7 @@ TEST_CASE("write_item correctly parses path", "[Controller]")
auto cfg = c.get_config();
cfg->set_configvalue("save-path", save_path);
- Cache rsscache(":memory:", cfg);
+ Cache rsscache(":memory:", *cfg);
RssItem item(&rsscache);