From 98a7796a8d0985cab16c45712e7b68c986e24f77 Mon Sep 17 00:00:00 2001 From: Spiros Delviniotis Date: Fri, 18 Aug 2017 14:15:14 +0200 Subject: [PATCH] tests: delete unused function for `arxiv` tests Signed-off-by: Spiros Delviniotis --- tests/unit/test_arxiv_all.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/test_arxiv_all.py b/tests/unit/test_arxiv_all.py index 1f4155c9..45689def 100644 --- a/tests/unit/test_arxiv_all.py +++ b/tests/unit/test_arxiv_all.py @@ -44,6 +44,7 @@ def _get_processed_record(item, spider): ) ) + assert records pipeline = InspireCeleryPushPipeline() pipeline.open_spider(spider)