diff options
Diffstat (limited to 'tests/indicator-test.cc')
-rw-r--r-- | tests/indicator-test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/indicator-test.cc b/tests/indicator-test.cc index c919e31..7d122ee 100644 --- a/tests/indicator-test.cc +++ b/tests/indicator-test.cc @@ -51,5 +51,5 @@ TEST_F(IndicatorTest, DesktopMenu) { TEST_F(IndicatorTest, SilentActions) { setActions("/com/canonical/indicator/sound"); - expectActionExists("indicator.root"); + expectActionExists("root"); } |