Skip to content

Commit b83ad66

Browse files
committed
Update scrapy test
1 parent d72c8a0 commit b83ad66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_actor_scrapy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ async def test_actor_scrapy_title_spider(
4141

4242
items = await actor.last_run().dataset().list_items()
4343

44-
assert items.count >= 10
44+
assert items.count >= 9
4545

4646
for item in items.items:
4747
assert 'url' in item

0 commit comments

Comments
 (0)