I have a question, I want to test a deposit contract of a token, you already know that the Address of the token is passed as a constructor
And then I need to Test the contract that is already Deployed, for example to know if the balance in tokens is correctly added to the contract
Do you know how it can be done? Or is there a way to Deploy with the constructor and test at the same time