diff options
Diffstat (limited to 'tests/functional-tests/ipc/test-bus-query.vala')
-rw-r--r-- | tests/functional-tests/ipc/test-bus-query.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional-tests/ipc/test-bus-query.vala b/tests/functional-tests/ipc/test-bus-query.vala index 997dc9e7c..b818a5f02 100644 --- a/tests/functional-tests/ipc/test-bus-query.vala +++ b/tests/functional-tests/ipc/test-bus-query.vala @@ -5,7 +5,7 @@ int main( string[] args ) { try { - TestApp app = new TestApp (new Tracker.Bus.Connection ("org.freedesktop.Tracker1", null)); + TestApp app = new TestApp (new Tracker.Bus.Connection ("org.freedesktop.Tracker1")); return app.run (); } catch (GLib.Error e) { |