Skip to content

Commit

Permalink
Update actors/evm/tests/contracts/TransientStorageTest.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Rod Vagg <[email protected]>
  • Loading branch information
snissn and rvagg authored Dec 13, 2024
1 parent ff09cfa commit b96dbe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actors/evm/tests/contracts/TransientStorageTest.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pragma solidity ^0.8.24;
contract TransientStorageTest {

constructor(){
_runTests();
_runTests();
}

function runTests() public returns (bool) {
Expand Down

0 comments on commit b96dbe5

Please sign in to comment.