Skip to content

Commit

Permalink
labelhashmask test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Aug 14, 2024
1 parent 449659a commit e1bae67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/test/RegistryDatastore.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "forge-std/console.sol";
import "src/registry/RegistryDatastore.sol";

contract TestETHRegistry is Test {
uint256 LABEL_HASH_MASK = 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000;
uint256 LABEL_HASH_MASK = 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffff00000000;
uint256 labelHash = uint256(keccak256("test"));
RegistryDatastore datastore;

Expand Down

0 comments on commit e1bae67

Please sign in to comment.