Skip to content

Commit

Permalink
blindAuction.js: Stabilize tests
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Yanev <[email protected]>
  • Loading branch information
victor-yanev committed Mar 22, 2024
1 parent 45baa32 commit bd68a15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/solidity/blind-auction/blindAuction.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ describe('@solidityequiv1 Solidity Blind Auction Test Suite', function () {

it('should confirm a user can reveal their bids', async function () {
const { contract, biddingEndMs } = await deployBlindAuctionContract(
4,
biddingTimeSeconds,
revealTimeSeconds,
beneficiary.address
);
Expand Down Expand Up @@ -225,7 +225,7 @@ describe('@solidityequiv1 Solidity Blind Auction Test Suite', function () {

it('should confirm a user can end an auction', async function () {
const { contract, biddingEndMs, revealEndMs } = await deployBlindAuctionContract(
4,
biddingTimeSeconds,
revealTimeSeconds,
beneficiary.address
);
Expand Down Expand Up @@ -309,8 +309,8 @@ describe('@solidityequiv1 Solidity Blind Auction Test Suite', function () {

it('should confirm a user cannot reveal after reveal end', async function () {
const { contract, revealEndMs } = await deployBlindAuctionContract(
4,
1,
biddingTimeSeconds,
revealTimeSeconds,
beneficiary.address
);

Expand Down

0 comments on commit bd68a15

Please sign in to comment.