Skip to content

Commit

Permalink
fix: spaceid
Browse files Browse the repository at this point in the history
  • Loading branch information
kvhnuke committed Aug 15, 2024
1 parent 27a2f61 commit ec99d19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/name-resolution/tests/sid.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ describe("SID Name resolving", () => {
});
await resolver.init();
const name = await resolver.resolveReverseName(
"0xb5932a6b7d50a966aec6c74c97385412fb497540"
"0x1e3157ead0f498d814495d228f6ea4f041a3dc40"
);
expect(name).to.be.eq("spaceid.bnb");
expect(name).to.be.eq("melissaa.bnb");
}).timeout(10000);

it("it should return null if not found", async () => {
Expand Down

1 comment on commit ec99d19

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.