We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e29c4 commit 0264165Copy full SHA for 0264165
tests/integration/test_actor_scrapy.py
@@ -41,7 +41,7 @@ async def test_actor_scrapy_title_spider(
41
42
items = await actor.last_run().dataset().list_items()
43
44
- assert items.count >= 10
+ assert items.count >= 9
45
46
for item in items.items:
47
assert 'url' in item
0 commit comments