Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update test
  • Loading branch information
JulissaDantes committed Nov 7, 2022
commit 75df0c52e418bde4be7ae99392fb428f973adf1a
2 changes: 1 addition & 1 deletion test/governance/TimelockController.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ contract('TimelockController', function (accounts) {
);

expect(await mock.hasRole(DEFAULT_ADMIN_ROLE, admin)).to.be.equal(false);
expect(await mock.hasRole(DEFAULT_ADMIN_ROLE, other)).to.be.equal(true);
expect(await mock.hasRole(DEFAULT_ADMIN_ROLE, mock.address)).to.be.equal(true);
});

describe('methods', function () {
Expand Down