mirror of https://github.com/scrapy/scrapy.git
fixed unittest broken by previous commit
This commit is contained in:
parent
669b98c4fc
commit
47cae5fa35
|
|
@ -20,4 +20,4 @@ class RFPDupeFilterTest(unittest.TestCase):
|
|||
assert not filter.request_seen(r2)
|
||||
assert filter.request_seen(r3)
|
||||
|
||||
filter.close()
|
||||
filter.close('finished')
|
||||
|
|
|
|||
Loading…
Reference in New Issue