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 18a044b commit d1e2a83Copy full SHA for d1e2a83
test/RLCOFT.t.sol
@@ -44,7 +44,7 @@ contract RLCOFTTest is Test {
44
// Deploy the contract using the deployment script
45
rlcOft = RLCOFT(new RLCOFTDeploy().run());
46
47
- vm.startPrank(owner); // We can't use vm.prank here as the first call will be rlcOft.BRIDGE_ROLE() before doing the grantRole
+ vm.startPrank(owner);
48
rlcOft.grantRole(rlcOft.BRIDGE_ROLE(), bridge);
49
vm.stopPrank();
50
0 commit comments