aboutsummaryrefslogtreecommitdiff
path: root/tests/test-libcustomindicator.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-libcustomindicator.c')
-rw-r--r--tests/test-libcustomindicator.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-libcustomindicator.c b/tests/test-libcustomindicator.c
index b3ead63..c4342e8 100644
--- a/tests/test-libcustomindicator.c
+++ b/tests/test-libcustomindicator.c
@@ -112,8 +112,8 @@ test_libcustomindicator_init_with_props (void)
{
CustomIndicator * ci = CUSTOM_INDICATOR(g_object_new(CUSTOM_INDICATOR_TYPE,
"id", "my-id",
- "category", CUSTOM_INDICATOR_CATEGORY_APPLICATION_STATUS,
- "status", CUSTOM_INDICATOR_STATUS_ACTIVE,
+ "category-enum", CUSTOM_INDICATOR_CATEGORY_APPLICATION_STATUS,
+ "status-enum", CUSTOM_INDICATOR_STATUS_ACTIVE,
"icon-name", "my-name",
"attention-icon-name", "my-attention-name",
NULL));