Skip to content

Commit 373ea78

Browse files
committed
update test
1 parent 020d238 commit 373ea78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/governance/TimelockController.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ contract('TimelockController', function (accounts) {
112112
);
113113

114114
expect(await mock.hasRole(DEFAULT_ADMIN_ROLE, admin)).to.be.equal(false);
115-
expect(await mock.hasRole(DEFAULT_ADMIN_ROLE, other)).to.be.equal(true);
115+
expect(await mock.hasRole(DEFAULT_ADMIN_ROLE, mock.address)).to.be.equal(true);
116116
});
117117

118118
describe('methods', function () {

0 commit comments

Comments
 (0)