summaryrefslogtreecommitdiff
path: root/tests/t-has-properties.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/t-has-properties.c')
-rw-r--r--tests/t-has-properties.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t-has-properties.c b/tests/t-has-properties.c
index 12331ff..61c5580 100644
--- a/tests/t-has-properties.c
+++ b/tests/t-has-properties.c
@@ -33,7 +33,7 @@ main(int argc,
TEST_OPERATION(xfconf_channel_has_property(channel, test_string_property));
TEST_OPERATION(xfconf_channel_has_property(channel, test_strlist_property));
TEST_OPERATION(xfconf_channel_has_property(channel, test_int_property));
- TEST_OPERATION(xfconf_channel_has_property(channel, test_int64_property));
+ TEST_OPERATION(xfconf_channel_has_property(channel, test_uint64_property));
TEST_OPERATION(xfconf_channel_has_property(channel, test_double_property));
TEST_OPERATION(xfconf_channel_has_property(channel, test_bool_property));