diff options
author | Rodney Dawes <rodney.dawes@canonical.com> | 2017-02-01 16:55:16 -0500 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-29 14:38:27 +0200 |
commit | 5b5755d1c4f3fc9823e98be43c18201740393679 (patch) | |
tree | bc5b29cc6bd0e2303db95c8266869e830a1a7819 /tests/test-live-actions.cpp | |
parent | bc4e8994778c298d5bc9f349c4dc1e92263cb974 (diff) | |
download | ayatana-indicator-datetime-5b5755d1c4f3fc9823e98be43c18201740393679.tar.gz ayatana-indicator-datetime-5b5755d1c4f3fc9823e98be43c18201740393679.tar.bz2 ayatana-indicator-datetime-5b5755d1c4f3fc9823e98be43c18201740393679.zip |
Update app name usage to match snaps.
Diffstat (limited to 'tests/test-live-actions.cpp')
-rw-r--r-- | tests/test-live-actions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-live-actions.cpp b/tests/test-live-actions.cpp index 12ef362..c9ea777 100644 --- a/tests/test-live-actions.cpp +++ b/tests/test-live-actions.cpp @@ -144,7 +144,7 @@ TEST_F(TestLiveActionsFixture, DesktopOpenSettingsApp) namespace { - const std::string clock_app_url = "appid://com.ubuntu.clock/clock/current-user-version"; + const std::string clock_app_url = "appid://lomiri-clock-app/lomiri-clock-app/current-user-version"; } TEST_F(TestLiveActionsFixture, PhoneOpenAlarmApp) |