it('should create a proper backend change dict for changing categories', () => {
    collectionUpdateService.setCollectionCategory(
      _sampleCollection,
      'new category'
    );