it("should set/unset changes to a collection's objective", () => {
    expect(_sampleCollection.getObjective()).toEqual('an objective');
    collectionUpdateService.setCollectionObjective(
      _sampleCollection,
      'new objective'