Fix tests that weren't running

This commit is contained in:
Mark Spanbroek 2022-04-11 14:09:48 +02:00 committed by markspanbroek
parent 6aa2894521
commit 7cbb717de7
2 changed files with 2 additions and 2 deletions

View File

@ -148,7 +148,7 @@ describe("Marketplace", function () {
}) })
}) })
describe("selecting an offer", async function () { describe("selecting an offer", function () {
beforeEach(async function () { beforeEach(async function () {
switchAccount(client) switchAccount(client)
await token.approve(marketplace.address, request.ask.maxPrice) await token.approve(marketplace.address, request.ask.maxPrice)

View File

@ -139,7 +139,7 @@ describe("Proofs", function () {
}) })
}) })
describe("when proofs are required", async function () { describe("when proofs are required", function () {
beforeEach(async function () { beforeEach(async function () {
await proofs.expectProofs(id, probability, duration) await proofs.expectProofs(id, probability, duration)
}) })