aboutsummaryrefslogtreecommitdiff
path: root/tests/test-notification-response.cpp
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2024-01-31 19:08:17 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2024-01-31 19:08:17 +0100
commit2a2db70bedf0c4a96282e417be433d2f23f6c465 (patch)
treefebd31ea544a376d1fd04c0e830463d31d028dd9 /tests/test-notification-response.cpp
parentd8debd706fe92de09e5c654c4ea2cc5dd5ce0529 (diff)
parent30b2de458752ad0855b508eb2f8ffeee85628cea (diff)
downloadayatana-indicator-datetime-2a2db70bedf0c4a96282e417be433d2f23f6c465.tar.gz
ayatana-indicator-datetime-2a2db70bedf0c4a96282e417be433d2f23f6c465.tar.bz2
ayatana-indicator-datetime-2a2db70bedf0c4a96282e417be433d2f23f6c465.zip
Merge branch 'personal/peat-psuwit/bring-back-lomiri-hints'
Attributes GH PR #115: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/115
Diffstat (limited to 'tests/test-notification-response.cpp')
-rw-r--r--tests/test-notification-response.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-notification-response.cpp b/tests/test-notification-response.cpp
index fd40ed8..d3e9c00 100644
--- a/tests/test-notification-response.cpp
+++ b/tests/test-notification-response.cpp
@@ -47,7 +47,7 @@ namespace
TEST_F(NotificationFixture,Response)
{
// create the world
- make_interactive();
+ mock_capabilities();
auto ne = std::make_shared<ayatana::indicator::notifications::Engine>(APP_NAME);
auto sb = std::make_shared<ayatana::indicator::notifications::DefaultSoundBuilder>();
auto settings = std::make_shared<Settings>();