diff --git a/code/test/Kanel42_token.t.sol b/code/test/Kanel42_token.t.sol index 49d4612..697068b 100644 --- a/code/test/Kanel42_token.t.sol +++ b/code/test/Kanel42_token.t.sol @@ -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); }