[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:
Mark Spanbroek 2023-01-19 16:49:10 +01:00 committed by markspanbroek
parent b3855c4ba3
commit b81e6e6532
1 changed files with 1 additions and 1 deletions

View File

@ -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)