mirror of https://github.com/scrapy/scrapy.git
Remove a defer.returnValue call.
This commit is contained in:
parent
becff65ccb
commit
c2baf4d0da
|
|
@ -2299,7 +2299,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