Skip to content

Commit

Permalink
Update tests/periphery/static-a-token/ERC4626StataTokenUpgradeable.t.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Ernesto Boado <ebdmrr@gmail.com>
  • Loading branch information
sakulstra and eboadom committed Aug 19, 2024
1 parent aaa93ec commit 58076f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)),
Expand Down

0 comments on commit 58076f3

Please sign in to comment.