Skip to content

Commit

Permalink
Change test name
Browse files Browse the repository at this point in the history
  • Loading branch information
makoto committed Nov 28, 2023
1 parent 4fb1907 commit 2bd055c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crosschain-resolver/test/testResolver.ts
Expand Up @@ -291,7 +291,7 @@ describe('Crosschain Resolver', () => {
expect(decoded[0]).to.equal(contenthash);
})

it("should support wildcard interfaceid", async() => {
it("should support interface", async() => {
expect(await target.supportsInterface('0x6c4787ef')).to.equal(true) // ITargetResolver
expect(await target.supportsInterface('0x9061b923')).to.equal(true) // IExtendedResolver
})
Expand Down

0 comments on commit 2bd055c

Please sign in to comment.