We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af97781 commit 7e598d2Copy full SHA for 7e598d2
test/components/dispatcher/AccessControl.t.sol
@@ -308,6 +308,7 @@ contract AcessControlTest is DispatcherTestBase {
308
}
309
310
function testExternalReceiveOwnership(address newOwner) public {
311
+ vm.assume(newOwner != owner);
312
vm.prank(owner);
313
dispatcher.transferOwnership(newOwner);
314
0 commit comments