「♻️」 refactor: moved every folder to code
This commit is contained in:
@ -56,7 +56,7 @@ contract Kanel42TokenTest is Test {
|
||||
vm.deal(address(this), 0.01 ether);
|
||||
token.mint{ value: 0.01 ether }();
|
||||
|
||||
uint256 initialBalance = token.balanceOf(address(this));
|
||||
uint256 initialBalance = token.balanceOf(address(this));
|
||||
|
||||
// Burn tokens
|
||||
token.burn(burnAmount);
|
||||
|
Reference in New Issue
Block a user