1
0

🔨」 fix: removed warning a compile

This commit is contained in:
2025-08-07 10:41:55 +02:00
parent eba1a981c4
commit ced16b4773

View File

@ -14,7 +14,7 @@ contract Kanel42TokenTest is Test {
}
// Test the initial supply of the token
function testInitialSupply() public {
function testInitialSupply() public view {
assertEq(token.totalSupply(), 8000000000);
assertEq(token.totalMinted(), 0);
}