From 37a4fc04bb9780f34d4ad38496e1ea184de60e45 Mon Sep 17 00:00:00 2001 From: Ivan Nikitin Date: Sun, 14 Feb 2021 18:50:57 -0500 Subject: [PATCH] ~ProxyListOrgScraperTest --- tests/integration/Scrapers/ProxyListOrgScraperTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/Scrapers/ProxyListOrgScraperTest.php b/tests/integration/Scrapers/ProxyListOrgScraperTest.php index 9159f00..f683712 100644 --- a/tests/integration/Scrapers/ProxyListOrgScraperTest.php +++ b/tests/integration/Scrapers/ProxyListOrgScraperTest.php @@ -21,6 +21,6 @@ public function it_works(): void $proxies = iterator_to_array($scrapper->get(), false); - self::assertGreaterThanOrEqual(100, count($proxies)); + self::assertGreaterThanOrEqual(50, count($proxies)); } }