Fix tests that weren't running
This commit is contained in:
parent
6aa2894521
commit
7cbb717de7
|
@ -148,7 +148,7 @@ describe("Marketplace", function () {
|
|||
})
|
||||
})
|
||||
|
||||
describe("selecting an offer", async function () {
|
||||
describe("selecting an offer", function () {
|
||||
beforeEach(async function () {
|
||||
switchAccount(client)
|
||||
await token.approve(marketplace.address, request.ask.maxPrice)
|
||||
|
|
|
@ -139,7 +139,7 @@ describe("Proofs", function () {
|
|||
})
|
||||
})
|
||||
|
||||
describe("when proofs are required", async function () {
|
||||
describe("when proofs are required", function () {
|
||||
beforeEach(async function () {
|
||||
await proofs.expectProofs(id, probability, duration)
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue