summaryrefslogtreecommitdiff
path: root/test/core/proxy-peer.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/proxy-peer.c')
-rw-r--r--test/core/proxy-peer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/proxy-peer.c b/test/core/proxy-peer.c
index 656e704..085305b 100644
--- a/test/core/proxy-peer.c
+++ b/test/core/proxy-peer.c
@@ -192,7 +192,7 @@ test_disconnect (Fixture *f,
ok = dbus_g_proxy_end_call (f->proxy, fail, &error,
G_TYPE_INVALID);
g_assert_error (error, DBUS_GERROR, DBUS_GERROR_DISCONNECTED);
- g_assert (!ok);
+ g_assert_false (ok);
g_clear_error (&error);
while (!f->proxy_destroyed)