Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 286 Bytes

change-prank.md

File metadata and controls

13 lines (8 loc) · 286 Bytes

changePrank

Signature

function changePrank(address who) internal;

Description

Stops the active prank with stopPrank and passes address to startPrank.

Useful for starting a global prank in the setUp function and deactivating it in certain tests.