Skip to content

Commit

Permalink
Update packages/zevm-app-contracts/test/xp-nft/xp-nft-v3.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Guillermo Maiolo <[email protected]>
  • Loading branch information
andresaiello and GMaiolo authored Jan 3, 2025
1 parent 68f440b commit 1ac3b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zevm-app-contracts/test/xp-nft/xp-nft-v3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ describe("XP NFT V3 Contract test", () => {
return getTokenIdFromRecipient(receipt);
};

it("Should update NFT level", async () => {
it("Should transfer successfully", async () => {
const user2 = addrs[0];
const sampleNFT2 = { ...sampleNFT, to: user2.address };

Expand Down

0 comments on commit 1ac3b3e

Please sign in to comment.