Skip to content

Commit

Permalink
comment test to check return value error
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimKrukovich committed Apr 2, 2024
1 parent e5ac22c commit 9034d56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/vault.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ describe("Vault", function () {

it("preview", async function () {
const { hederaVault, to, owner } = await deployFixture();
const amountToDeposit = 1;
// const amountToDeposit = 1;

console.log(await hederaVault.connect(owner).previewMint(amountToDeposit));
// console.log(await hederaVault.connect(owner).previewMint(amountToDeposit));
});
});
});

0 comments on commit 9034d56

Please sign in to comment.