Skip to content

Commit 2d397f4

Browse files
committed
Fix tests upgradeable
1 parent 9eb5f1c commit 2d397f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contracts/mocks/Stateless.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ import {SignatureChecker} from "../utils/cryptography/SignatureChecker.sol";
3737
import {SignedMath} from "../utils/math/SignedMath.sol";
3838
import {StorageSlot} from "../utils/StorageSlot.sol";
3939
import {Strings} from "../utils/Strings.sol";
40+
import {Memory} from "../utils/Memory.sol";
4041
import {Time} from "../utils/types/Time.sol";
4142

4243
contract Dummy1234 {}

0 commit comments

Comments
 (0)