Using deal() function and running forge test gives me this error: [FAIL. Reason: setup failed: EvmError: MemoryLimitOOG]
I noticed that when I use the deal()
function to mint some tokens to an address for testing an ERC20 contract the forge test command gives me the MemoryLimitOOG
error, but suppose I use a mint
function implemented in the ERC20 contract itself to mint the tokens then forge test works fine.