mirror of https://github.com/scrapy/scrapy.git
Remove a defer.returnValue call.
This commit is contained in:
parent
6127f7d278
commit
09a7efef7c
|
|
@ -2300,7 +2300,7 @@ class BatchDeliveriesTest(FeedExportTestBase):
|
|||
content[feed["format"]].append(file.read_bytes())
|
||||
finally:
|
||||
self.tearDown()
|
||||
defer.returnValue(content)
|
||||
return content
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def assertExportedJsonLines(self, items, rows, settings=None):
|
||||
|
|
|
|||
Loading…
Reference in New Issue