it("should set/unset changes to a collection's category", () => {
    expect(_sampleCollection.getCategory()).toEqual('a category');
    collectionUpdateService.setCollectionCategory(
      _sampleCollection,
      'new category'