Skip to content

Commit a27c7dc

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

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
@@ -63,7 +63,7 @@ contract RLCOFTTest is Test {
6363
}
6464

6565
// ============ Pausable Tests ============
66-
function testPauseByPauser() public {
66+
function test_PauseByPauser() public {
6767
vm.expectEmit(true, false, false, false);
6868
emit Paused(pauser);
6969

0 commit comments

Comments
 (0)