Skip to content

Commit

Permalink
fix soul linker test
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcabot committed May 2, 2023
1 parent a0621b0 commit c4cba90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/SoulLinker.test.ts
Expand Up @@ -488,7 +488,7 @@ describe("Soul Linker", () => {
creditScore1
);

const price = await soulLinker.getPriceForAddLink(
const { price } = await soulLinker.getPriceForAddLink(
env.MASA_TOKEN,
soulboundCreditScore.address
);
Expand Down Expand Up @@ -568,7 +568,7 @@ describe("Soul Linker", () => {
creditScore1
);

const price = await soulLinker.getPriceForAddLink(
const { price } = await soulLinker.getPriceForAddLink(
ethers.constants.AddressZero,
soulboundCreditScore.address
);
Expand Down

0 comments on commit c4cba90

Please sign in to comment.