mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-16 04:13:09 +00:00
fix(integration): remove eventually where not necessarily needed
This commit is contained in:
parent
f0c4338ded
commit
d9e864c8ff
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user