「🔨」 fix: removed warning a compile
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user