[marketplace] better wording
Avoids the word 'expired' which is associated with cancelling a request Co-authored-by: Eric Mastro <eric.mastro@gmail.com>
This commit is contained in:
parent
b3855c4ba3
commit
b81e6e6532
|
@ -534,7 +534,7 @@ describe("Marketplace", function () {
|
|||
expect(await marketplace.requestState(slot.request)).to.equal(New)
|
||||
})
|
||||
|
||||
it("changes to 'Finished' when the time has expired", async function () {
|
||||
it("changes to 'Finished' when the request ends", async function () {
|
||||
await waitUntilStarted(marketplace, request, proof)
|
||||
await waitUntilFinished(marketplace, requestId(request))
|
||||
expect(await marketplace.requestState(slot.request)).to.equal(Finished)
|
||||
|
|
Loading…
Reference in New Issue