it('should throw if the property does not exist', async () => {
      const [existing] = await Extractors.get({ name: 'fungusKindExtractor' });
      await expect(async () =>
        Extractors.update(
          existing._id.toString(),