aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test-libcustomindicator-dbus-server.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-libcustomindicator-dbus-server.c b/tests/test-libcustomindicator-dbus-server.c
index 444706f..4c9dcb9 100644
--- a/tests/test-libcustomindicator-dbus-server.c
+++ b/tests/test-libcustomindicator-dbus-server.c
@@ -23,8 +23,8 @@ main (gint argc, gchar * argv[])
CustomIndicator * ci = CUSTOM_INDICATOR(g_object_new(CUSTOM_INDICATOR_TYPE,
"id", TEST_ID,
- "category", TEST_CATEGORY,
- "status", TEST_STATE,
+ "category-enum", TEST_CATEGORY,
+ "status-enum", TEST_STATE,
"icon-name", TEST_ICON_NAME,
"attention-icon-name", TEST_ATTENTION_ICON_NAME,
NULL));