summaryrefslogtreecommitdiff
path: root/tests/dbus/test-log-manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dbus/test-log-manager.c')
-rw-r--r--tests/dbus/test-log-manager.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/dbus/test-log-manager.c b/tests/dbus/test-log-manager.c
index 5441b87..e82a91c 100644
--- a/tests/dbus/test-log-manager.c
+++ b/tests/dbus/test-log-manager.c
@@ -213,8 +213,7 @@ setup_service (TestCaseFixture* fixture,
account_prepare_cb, fixture);
g_main_loop_run (fixture->main_loop);
- g_assert (tp_account_is_prepared (fixture->account,
- TP_ACCOUNT_FEATURE_CORE));
+ g_assert (tp_proxy_is_prepared (fixture->account, TP_ACCOUNT_FEATURE_CORE));
tp_g_value_slice_free (boxed_params);
}