Skip to content

Commit

Permalink
Update packages/zevm-app-contracts/test/xp-nft/xp-nft.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas <[email protected]>
  • Loading branch information
andresaiello and lucas-janon authored Jul 11, 2024
1 parent ec6702b commit aec9cbe
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.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ describe("XP NFT Contract test", () => {
await expect(tx).to.emit(zetaXP, "NewNFTMinted").withArgs(user.address, 1);
});

it("Should revert if signature it's not correct", async () => {
it("Should revert if signature is not correct", async () => {
const currentBlock = await ethers.provider.getBlock("latest");
const sigTimestamp = currentBlock.timestamp;

Expand Down

0 comments on commit aec9cbe

Please sign in to comment.