wormhole/ethereum/forge-test
Jeff Schroeder 8605ef0e5f ethereum: kill warning in TokenImplementation.t
Newer versions of forge show this warning:

    [⠊] Compiling...
    [⠢] Compiling 93 files with 0.8.4
    [⠘] Solc 0.8.4 finished in 20.09s
    Compiler run successful (with warnings)
    warning[2018]: Warning: Function state mutability can be restricted to view
    --> forge-test/TokenImplementation.t.sol:76:5:
    |
    |     function simulatePermitSignature(
    |     ^ (Relevant source part starts here and spans across multiple lines).

This change cleans it up.
2023-05-17 12:51:26 -05:00
..
Bridge.t.sol ethereum: change inheritance for BridgeTest 2023-05-17 12:51:26 -05:00
Messages.t.sol ethereum: change inheritance for TestMessages 2023-05-17 12:51:26 -05:00
TokenImplementation.t.sol ethereum: kill warning in TokenImplementation.t 2023-05-17 12:51:26 -05:00