it('should able to grant permission again', async () => {
      const granted = await rbac.grantByName('user', 'create_article');
      expect(granted).toBe(true);
    });