Skip to content

Commit

Permalink
harden tests
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Aug 24, 2023
1 parent be7711b commit da1f27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/soul-name/load.test.ts
Expand Up @@ -14,7 +14,7 @@ describe("Soul Name", () => {
describe("load", () => {
it("should load a soul name properly", async () => {
const soulnameDetails = await masa.soulName.loadSoulNameByTokenId("0");
assert.equal(soulnameDetails.metadata.name, "h34d.soul");
assert.equal(soulnameDetails?.metadata.name, "h34d.soul");
}).timeout(5000);
});
});

0 comments on commit da1f27e

Please sign in to comment.