Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
fix file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Lam committed Jul 11, 2024
1 parent 1375785 commit 70532a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/test/ComputeSlotTests.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
pragma solidity 0.8.18;

import {Test} from "forge-std/Test.sol";
import {console2} from "forge-std/Console2.sol";
import {console2} from "forge-std/console2.sol";

contract ComputeSlotTest is Test {
function testTokenHomeSlot() public {
function testComputeStorageSlot() public {
bytes32 slot = keccak256(
abi.encode(uint256(keccak256("avalanche-ictt.storage.SendReentrancyGuard")) - 1)
) & ~bytes32(uint256(0xff));
Expand Down

0 comments on commit 70532a3

Please sign in to comment.