mirror of
https://github.com/status-im/dagger-contracts.git
synced 2025-02-04 10:43:52 +00:00
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…
x
Reference in New Issue
Block a user