We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1b958 commit 9f21b6bCopy full SHA for 9f21b6b
packages/tests/src.ts/test-utils.ts
@@ -294,7 +294,7 @@ describe('Test Namehash', function() {
294
const namehash = ethers.utils.namehash(name);
295
console.log(name, namehash);
296
}, (error: Error) => {
297
- return !!error.message.match(/invalid ENS address/);
+ return !!error.message.match(/invalid ENS name; empty component/);
298
});
299
300
0 commit comments