aboutsummaryrefslogtreecommitdiff
path: root/tests/geoclue-fixture.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/geoclue-fixture.h')
-rw-r--r--tests/geoclue-fixture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/geoclue-fixture.h b/tests/geoclue-fixture.h
index d028ec9..a6641d6 100644
--- a/tests/geoclue-fixture.h
+++ b/tests/geoclue-fixture.h
@@ -72,7 +72,7 @@ class GeoclueFixture : public GlibFixture
interface = "org.freedesktop.Geoclue.Address";
obj_geo_addr = dbus_test_dbus_mock_get_object (mock, client_path, interface, nullptr);
dbus_test_dbus_mock_object_add_method (mock, obj_geo_addr, "GetAddress", nullptr, G_VARIANT_TYPE("(ia{ss}(idd))"), gstr->str, &error);
-
+
dbus_test_service_add_task(service, DBUS_TEST_TASK(mock));
dbus_test_service_start_tasks(service);