change the maxSlotLoss in gas limits test to 0

This commit is contained in:
Eric Mastro 2022-12-14 17:26:28 +11:00
parent 393ca54889
commit 6181d31e42
No known key found for this signature in database
GPG Key ID: 141E3048D95A4E63
1 changed files with 1 additions and 1 deletions

View File

@ -850,7 +850,7 @@ describe("Marketplace", function () {
switchAccount(client)
request.ask.slots = 256
request.ask.maxSlotLoss = 1
request.ask.maxSlotLoss = 0
slot.request = requestId(request)
await token.approve(marketplace.address, price(request))
await marketplace.requestStorage(request)