aboutsummaryrefslogtreecommitdiff
path: root/test/rssignores.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/rssignores.cpp')
-rw-r--r--test/rssignores.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rssignores.cpp b/test/rssignores.cpp
index 705d06bc..e6b0a838 100644
--- a/test/rssignores.cpp
+++ b/test/rssignores.cpp
@@ -244,7 +244,7 @@ TEST_CASE("RssIgnores::matches() returns true if given RssItem matches any "
RssIgnores ignores;
ConfigContainer cfg;
- Cache rsscache(":memory:", &cfg);
+ Cache rsscache(":memory:", cfg);
RssItem item(&rsscache);
const auto feedurl = "https://example.com/feed.xml";