Skip to content

Commit d1e2a83

Browse files
Le-Caigneczguesmi
andauthored
Update test/RLCOFT.t.sol
Co-authored-by: Zied Guesmi <[email protected]>
1 parent 18a044b commit d1e2a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/RLCOFT.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ contract RLCOFTTest is Test {
4444
// Deploy the contract using the deployment script
4545
rlcOft = RLCOFT(new RLCOFTDeploy().run());
4646

47-
vm.startPrank(owner); // We can't use vm.prank here as the first call will be rlcOft.BRIDGE_ROLE() before doing the grantRole
47+
vm.startPrank(owner);
4848
rlcOft.grantRole(rlcOft.BRIDGE_ROLE(), bridge);
4949
vm.stopPrank();
5050

0 commit comments

Comments
 (0)