Skip to content

Commit ab3d7ec

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

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
@@ -104,7 +104,7 @@ contract RLCOFTTest is Test {
104104
rlcOft.unpause();
105105
}
106106

107-
function testTransferWhenPaused() public {
107+
function test_RevertWhenTransferDuringPause() public {
108108
// Pause the contract
109109
vm.prank(pauser);
110110
rlcOft.pause();

0 commit comments

Comments
 (0)