diff options
author | Rodney Dawes <rodney.dawes@canonical.com> | 2017-02-01 16:55:16 -0500 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-07-09 00:33:30 +0200 |
commit | 75343eccb826c999fcd6f2dd2010bf04d986f836 (patch) | |
tree | 5c587e5fdaba9d74ffbc6651111f4f01221afc08 /tests | |
parent | c1666c0ad2a0ad0ca846b1c6b77c2a81c2ce45ac (diff) | |
download | ayatana-indicator-datetime-75343eccb826c999fcd6f2dd2010bf04d986f836.tar.gz ayatana-indicator-datetime-75343eccb826c999fcd6f2dd2010bf04d986f836.tar.bz2 ayatana-indicator-datetime-75343eccb826c999fcd6f2dd2010bf04d986f836.zip |
Update app name usage to match snaps.
Diffstat (limited to 'tests')
-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) |