From 3465386d5de63b36fd8b9d09a9edefb072dd67ac Mon Sep 17 00:00:00 2001 From: Devkuni <155117116+detrina@users.noreply.github.com> Date: Thu, 30 Jan 2025 12:40:24 +0100 Subject: [PATCH] Update AccessControl.behavior.js --- test/access/AccessControl.behavior.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/access/AccessControl.behavior.js b/test/access/AccessControl.behavior.js index b7ae2a950..8657a58be 100644 --- a/test/access/AccessControl.behavior.js +++ b/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); });