From 58076f38dba079917c9b485831a872ba199c3289 Mon Sep 17 00:00:00 2001 From: Lukas Date: Mon, 19 Aug 2024 09:12:04 +0200 Subject: [PATCH] Update tests/periphery/static-a-token/ERC4626StataTokenUpgradeable.t.sol Co-authored-by: Ernesto Boado --- .../periphery/static-a-token/ERC4626StataTokenUpgradeable.t.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/periphery/static-a-token/ERC4626StataTokenUpgradeable.t.sol b/tests/periphery/static-a-token/ERC4626StataTokenUpgradeable.t.sol index 158d64cc..e975def0 100644 --- a/tests/periphery/static-a-token/ERC4626StataTokenUpgradeable.t.sol +++ b/tests/periphery/static-a-token/ERC4626StataTokenUpgradeable.t.sol @@ -42,7 +42,7 @@ contract ERC4626StataTokenUpgradeableTest is TestnetProcedures { erc4626Upgradeable.mockInit(address(reserveData.aTokenAddress)); } - function test_2701() external pure { + function test_7201() external pure { assertEq( keccak256(abi.encode(uint256(keccak256('aave-dao.storage.ERC4626StataToken')) - 1)) & ~bytes32(uint256(0xff)),