Skip to content

Commit 86d7a20

Browse files
committed
update contracts
1 parent 0e73b8a commit 86d7a20

File tree

3 files changed

+1
-352
lines changed

3 files changed

+1
-352
lines changed

hardhat/contracts/guessRandomNumberGame/GuessRandomNumberGame.sol

Lines changed: 0 additions & 176 deletions
This file was deleted.

hardhat/test/blindAuction/BlindAuction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ describe("BlindAuction", function () {
5656
this.blindAuction = blindAuctionContract;
5757
});
5858

59-
it.only("should check Carol won the bid", async function () {
59+
it("should check Carol won the bid", async function () {
6060
// Create encrypted bid amounts
6161
const input1 = this.instance.createEncryptedInput(this.contractERC20Address, this.signers.bob.address);
6262
input1.add64(10);

hardhat/test/guessRandomNumberGame/GuessRandomNumberGame.ts

Lines changed: 0 additions & 175 deletions
This file was deleted.

0 commit comments

Comments
 (0)