From b2d6637b66e5293d67dc34d75b50dea3baf6db07 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Mon, 8 Sep 2014 11:16:29 -0500 Subject: fix typo introduced while trying to fix clang -Weverything warnings --- tests/test-device.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test-device.cc b/tests/test-device.cc index aa46b40..fbeb1c0 100644 --- a/tests/test-device.cc +++ b/tests/test-device.cc @@ -209,7 +209,7 @@ TEST_F(DeviceTest, NewFromVariant) "/object/path", guint32(UP_DEVICE_KIND_BATTERY), "icon", - 50,0, + 50.0, guint32(UP_DEVICE_STATE_CHARGING), guint64(30)); IndicatorPowerDevice * device = indicator_power_device_new_from_variant (variant); -- cgit v1.2.3