Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
josemarinas committed Oct 20, 2023
1 parent dbb3d50 commit 9e89b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/client-common/test/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const TEST_ADDRESS = "0x0000000000000000000000000000000000000001";
export const TEST_INVALID_ADDRESS =
"0x000000000000000000000000000000000000000P";

export const TEST_ENS_NAME = "test.eth";
export const TEST_ENS_NAME = "subdomain.test.eth";
export const TEST_INVALID_ENS_NAME = "test.invalid";

export const TEST_IPFS_CID_V0 =
Expand Down

0 comments on commit 9e89b6a

Please sign in to comment.