Skip to content

Commit

Permalink
~ProxyListOrgScraperTest
Browse files Browse the repository at this point in the history
  • Loading branch information
vantoozz committed Feb 14, 2021
1 parent 4d88f36 commit 37a4fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/Scrapers/ProxyListOrgScraperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}
}

0 comments on commit 37a4fc0

Please sign in to comment.