fix(integration): remove eventually where not necessarily needed

This commit is contained in:
Eric 2025-06-05 18:51:07 +10:00
parent f0c4338ded
commit d9e864c8ff
No known key found for this signature in database

View File

@ -213,9 +213,7 @@ marketplacesuite "Marketplace":
)
# Double check, verify that our second SP hosts the 3 slots
check eventually (
((await provider1.client.getSlots()).get).len == 3, pollInterval = 100
)
check (await provider1.client.getSlots()).get.len == 3
marketplacesuite "Marketplace payouts":
const minPricePerBytePerSecond = 1.u256