Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
PiVortex committed Oct 7, 2024
1 parent 97c68f2 commit 052c1d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contract-ts/02-winner-gets-nft/sandbox-test/main.ava.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,7 @@ test("Test full contract", async (t) => {

// Checks that the auctioneer has the correct balance
const contractNewBalance = await auctioneer.balance();
console.log("contractNewBalance", contractNewBalance);
const new_available = parseFloat(contractNewBalance.available.toHuman());
console.log("new_available", new_available);
t.is(new_available.toFixed(1), (available + 2).toFixed(1));

// Check highest bidder received the NFT
Expand Down

0 comments on commit 052c1d9

Please sign in to comment.