Skip to content

Commit 1fa085d

Browse files
Le-Caigneczguesmi
andauthored
Update RLCOFT.t.sol
Co-authored-by: Zied Guesmi <[email protected]>
1 parent a27c7dc commit 1fa085d

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
@@ -73,7 +73,7 @@ contract RLCOFTTest is Test {
7373
assertTrue(rlcOft.paused());
7474
}
7575

76-
function testPauseUnauthorized() public {
76+
function test_RevertwhenPausedByUnauthorizedSender() public {
7777
vm.expectRevert(abi.encodeWithSelector(AccessControlUnauthorizedAccount.selector, user1, rlcOft.PAUSER_ROLE()));
7878
vm.prank(user1);
7979
rlcOft.pause();

0 commit comments

Comments
 (0)