Skip to content

Commit b96dbe5

Browse files
snissnrvagg
andauthored
Update actors/evm/tests/contracts/TransientStorageTest.sol
Co-authored-by: Rod Vagg <[email protected]>
1 parent ff09cfa commit b96dbe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actors/evm/tests/contracts/TransientStorageTest.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pragma solidity ^0.8.24;
44
contract TransientStorageTest {
55

66
constructor(){
7-
_runTests();
7+
_runTests();
88
}
99

1010
function runTests() public returns (bool) {

0 commit comments

Comments
 (0)