Update AccessControl.behavior.js

pull/5469/head
Devkuni 1 week ago committed by GitHub
parent 840c974028
commit 3465386d5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      test/access/AccessControl.behavior.js

@ -21,7 +21,7 @@ function shouldBehaveLikeAccessControl() {
expect(await this.mock.hasRole(DEFAULT_ADMIN_ROLE, this.defaultAdmin)).to.be.true;
});
it("other roles's admin is the default admin role", async function () {
it("other roles admin is the default admin role", async function () {
expect(await this.mock.getRoleAdmin(ROLE)).to.equal(DEFAULT_ADMIN_ROLE);
});

Loading…
Cancel
Save