summaryrefslogtreecommitdiff
path: root/test/core/private.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/private.c')
-rw-r--r--test/core/private.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/private.c b/test/core/private.c
index 7969ce8..01c1c4f 100644
--- a/test/core/private.c
+++ b/test/core/private.c
@@ -239,7 +239,7 @@ test_timeout (Fixture *f,
G_TYPE_INVALID);
g_assert_error (error, DBUS_GERROR, DBUS_GERROR_NO_REPLY);
- g_assert (!ok);
+ g_assert_false (ok);
g_clear_error (&error);
}