try {
      await Tags.removeTag(_message._id);
    } catch (e) {
      expect(e.message).toEqual('Tag not found');
    }