use IndividualAggregator.dup () in tests and tools
[platform/upstream/folks.git] / tests / tracker / set-emails.vala
index f2ebf0c..b7e1dad 100644 (file)
@@ -68,7 +68,7 @@ public class SetEmailsTests : TrackerTest.TestCase
     {
       var store = BackendStore.dup ();
       yield store.prepare ();
-      this._aggregator = new IndividualAggregator ();
+      this._aggregator = IndividualAggregator.dup ();
       this._aggregator.individuals_changed_detailed.connect
           (this._individuals_changed_cb);
       try