diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2024-01-31 19:08:17 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2024-01-31 19:08:17 +0100 |
commit | 2a2db70bedf0c4a96282e417be433d2f23f6c465 (patch) | |
tree | febd31ea544a376d1fd04c0e830463d31d028dd9 /tests/test-notification-response.cpp | |
parent | d8debd706fe92de09e5c654c4ea2cc5dd5ce0529 (diff) | |
parent | 30b2de458752ad0855b508eb2f8ffeee85628cea (diff) | |
download | ayatana-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.cpp | 2 |
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>(); |