diff options
Diffstat (limited to 'test/rssignores.cpp')
-rw-r--r-- | test/rssignores.cpp | 2 |
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"; |