@akuti
One of the great features of foundry is that you can modify variables to test specific cases in your contracts.
With `Std Storage` you easily modify public variables without needing to add a setter method. But you can even read and store directly to storage to interact with private variables.