## `changePrank`

### Status

`changePrank` is deprecated.

### Signature

```solidity
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.
