From d9e864c8ffa0ddffd1d37de05b3539e5ab049526 Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Thu, 5 Jun 2025 18:51:07 +1000 Subject: [PATCH] fix(integration): remove eventually where not necessarily needed --- tests/integration/testmarketplace.nim | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/integration/testmarketplace.nim b/tests/integration/testmarketplace.nim index b7a6791f..7da9f35b 100644 --- a/tests/integration/testmarketplace.nim +++ b/tests/integration/testmarketplace.nim @@ -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